Fixed issue with mapper 180 (regression caused by recent commit)

This commit is contained in:
Sour 2018-06-24 20:07:50 -04:00
parent 082b416a59
commit 982302fa15

View file

@ -11,6 +11,7 @@ protected:
void InitMapper() override
{
SelectPRGPage(0, 0);
SelectPRGPage(1, GetPowerOnByte() & 0x07);
SelectCHRPage(0, 0);
}