mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, preparations for sc-3000 support
This commit is contained in:
parent
ecf8764253
commit
cab84f29e5
10 changed files with 66 additions and 18 deletions
|
@ -368,6 +368,9 @@ enum media_type_e PicoLoadMedia(const char *filename,
|
|||
} else if (ext && !strcmp(ext,"sg")) {
|
||||
Pico.m.hardware |= PMS_HW_SG;
|
||||
lprintf("detected SG-1000 ROM\n");
|
||||
} else if (ext && !strcmp(ext,"sc")) {
|
||||
Pico.m.hardware |= PMS_HW_SC;
|
||||
lprintf("detected SC-3000 ROM\n");
|
||||
} else
|
||||
lprintf("detected SMS ROM\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue