Fixed issue with mapper 180 (regression caused by recent commit)
This commit is contained in:
parent
082b416a59
commit
982302fa15
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ protected:
|
|||
void InitMapper() override
|
||||
{
|
||||
SelectPRGPage(0, 0);
|
||||
SelectPRGPage(1, GetPowerOnByte() & 0x07);
|
||||
SelectCHRPage(0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue