handle "Mega Drive" naming consistently

This commit is contained in:
kub 2023-10-23 23:16:43 +02:00
parent 694427bea4
commit d818246c51
8 changed files with 12 additions and 12 deletions

View file

@ -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";
}