mapper 227 fix

This commit is contained in:
CaH4e3 2012-11-20 11:49:43 +00:00
parent 200ea8e003
commit 42b35b5e23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ static void LatchPower(void) {
latche = latcheinit;
WSync();
if (WRAM) {
SetReadHandler(0x6000, 0x7FFF, CartBR);
SetReadHandler(0x6000, 0xFFFF, CartBR);
SetWriteHandler(0x6000, 0x7FFF, CartBW);
} else
SetReadHandler(0x6000, 0xFFFF, defread);