mirror of
https://github.com/libretro/Mesen.git
synced 2025-02-02 14:52:38 +00:00
Fixed issue with mapper 180 (regression caused by recent commit)
This commit is contained in:
parent
082b416a59
commit
982302fa15
@ -11,6 +11,7 @@ protected:
|
||||
void InitMapper() override
|
||||
{
|
||||
SelectPRGPage(0, 0);
|
||||
SelectPRGPage(1, GetPowerOnByte() & 0x07);
|
||||
SelectCHRPage(0, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user