mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
platform, show Mark III as name for japanese SMS
This commit is contained in:
parent
1a5a036eb9
commit
b23725dd9f
1 changed files with 2 additions and 0 deletions
|
@ -328,6 +328,8 @@ static void system_announce(void)
|
||||||
sys_name = "Master System";
|
sys_name = "Master System";
|
||||||
if (Pico.m.hardware & 0x1)
|
if (Pico.m.hardware & 0x1)
|
||||||
sys_name = "Game Gear";
|
sys_name = "Game Gear";
|
||||||
|
else if (Pico.m.hardware & 0x4)
|
||||||
|
sys_name = "Mark III";
|
||||||
#ifdef NO_SMS
|
#ifdef NO_SMS
|
||||||
extra = " [no support]";
|
extra = " [no support]";
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue