Backport r172 - cheat ram fix sync with FCEUX
This commit is contained in:
@@ -66,6 +66,7 @@ static void M34Power(void) {
|
||||
SetWriteHandler(0x6000, 0x7ffc, CartBW);
|
||||
SetReadHandler(0x8000, 0xffff, CartBR);
|
||||
SetWriteHandler(0x7ffd, 0xffff, M34Write);
|
||||
FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
|
||||
}
|
||||
|
||||
static void M34Close(void) {
|
||||
|
||||
Reference in New Issue
Block a user