mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -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
|
@ -336,6 +336,8 @@ static void system_announce(void)
|
|||
sys_name = "Game Gear";
|
||||
else if (Pico.m.hardware & PMS_HW_SG)
|
||||
sys_name = "SG-1000";
|
||||
else if (Pico.m.hardware & PMS_HW_SC)
|
||||
sys_name = "SC-3000";
|
||||
else if (Pico.m.hardware & PMS_HW_JAP)
|
||||
sys_name = "Mark III";
|
||||
#ifdef NO_SMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue