mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-26 19:21:49 +01:00
[Gamecube/Wii] Japanese Master System model has no reset button
This commit is contained in:
parent
97595b4557
commit
dcffd4e2b7
@ -3957,9 +3957,9 @@ void mainmenu(void)
|
|||||||
/* Soft Reset */
|
/* Soft Reset */
|
||||||
gen_reset(0);
|
gen_reset(0);
|
||||||
}
|
}
|
||||||
else if (system_hw == SYSTEM_SMS)
|
else if ((system_hw == SYSTEM_SMS) && (region_code != REGION_JAPAN_NTSC))
|
||||||
{
|
{
|
||||||
/* assert RESET input (Master System model 1 only) */
|
/* assert RESET input (export Master System 1 only) */
|
||||||
io_reg[0x0D] &= ~IO_RESET_HI;
|
io_reg[0x0D] &= ~IO_RESET_HI;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user