Mercurial > repos > blastem
diff system.c @ 2521:8cf7cadc17ee
Initial SC-3000 support
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Fri, 11 Oct 2024 00:46:53 -0700 |
parents | cb62730d5c99 |
children | c076a96f1668 |
line wrap: on
line diff
--- a/system.c Mon Oct 07 21:38:54 2024 -0700 +++ b/system.c Fri Oct 11 00:46:53 2024 -0700 @@ -86,7 +86,8 @@ if (!strcmp("md", media->extension) || !strcmp("gen", media->extension)) { return SYSTEM_GENESIS; } - if (!strcmp("sms", media->extension) || !strcmp("sg", media->extension) || !strcmp("gg", media->extension)) { + if (!strcmp("sms", media->extension) || !strcmp("sg", media->extension) || !strcmp("gg", media->extension) + || !strcmp("sc", media->extension) || !strcmp("sf7", media->extension)) { return SYSTEM_SMS; } if (!strcmp("j64", media->extension)) {