platform, show Mark III as name for japanese SMS

This commit is contained in:
kub 2021-11-08 22:52:53 +01:00
parent 1a5a036eb9
commit b23725dd9f

View file

@ -328,6 +328,8 @@ static void system_announce(void)
sys_name = "Master System";
if (Pico.m.hardware & 0x1)
sys_name = "Game Gear";
else if (Pico.m.hardware & 0x4)
sys_name = "Mark III";
#ifdef NO_SMS
extra = " [no support]";
#endif