mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
handle "Mega Drive" naming consistently
This commit is contained in:
parent
694427bea4
commit
d818246c51
8 changed files with 12 additions and 12 deletions
|
@ -371,7 +371,7 @@ static void system_announce(void)
|
|||
} else if (PicoIn.AHW & PAHW_32X) {
|
||||
sys_name = "32X";
|
||||
} else {
|
||||
sys_name = "MegaDrive";
|
||||
sys_name = "Mega Drive";
|
||||
if ((Pico.m.hardware & 0xc0) == 0x80)
|
||||
sys_name = "Genesis";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue