Fixed "1997-in-1" game issue
This commit is contained in:
parent
9277abff64
commit
493b51585b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ protected:
|
||||||
|
|
||||||
void InitMapper() override
|
void InitMapper() override
|
||||||
{
|
{
|
||||||
|
AddRegisterRange(0x6000, 0x7FFF, MemoryOperation::Read);
|
||||||
WriteRegister(0x8000, 0);
|
WriteRegister(0x8000, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue