AOROM: Fixed mirroring power on state

This commit is contained in:
Sour 2018-11-20 02:31:55 -05:00
parent 4e372fbb86
commit 37904b8679

View file

@ -10,8 +10,8 @@ class AXROM : public BaseMapper
void InitMapper() override
{
SelectPRGPage(0, GetPowerOnByte());
SelectCHRPage(0, 0);
WriteRegister(0, GetPowerOnByte());
}
bool HasBusConflicts() override { return _romInfo.SubMapperID == 2; }