core, preparations for sc-3000 support

This commit is contained in:
kub 2023-02-18 20:57:16 +00:00
parent ecf8764253
commit cab84f29e5
10 changed files with 66 additions and 18 deletions

View file

@ -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