Fixed "1997-in-1" game issue

This commit is contained in:
Souryo 2017-04-12 20:11:32 -04:00
parent 9277abff64
commit 493b51585b

View file

@ -11,6 +11,7 @@ protected:
void InitMapper() override
{
AddRegisterRange(0x6000, 0x7FFF, MemoryOperation::Read);
WriteRegister(0x8000, 0);
}