mapper 227 fix
This commit is contained in:
parent
200ea8e003
commit
42b35b5e23
|
@ -42,7 +42,7 @@ static void LatchPower(void) {
|
||||||
latche = latcheinit;
|
latche = latcheinit;
|
||||||
WSync();
|
WSync();
|
||||||
if (WRAM) {
|
if (WRAM) {
|
||||||
SetReadHandler(0x6000, 0x7FFF, CartBR);
|
SetReadHandler(0x6000, 0xFFFF, CartBR);
|
||||||
SetWriteHandler(0x6000, 0x7FFF, CartBW);
|
SetWriteHandler(0x6000, 0x7FFF, CartBW);
|
||||||
} else
|
} else
|
||||||
SetReadHandler(0x6000, 0xFFFF, defread);
|
SetReadHandler(0x6000, 0xFFFF, defread);
|
||||||
|
|
Loading…
Reference in New Issue