Backport r172 - cheat ram fix sync with FCEUX
This commit is contained in:
@@ -50,6 +50,7 @@ static void M177Power(void) {
|
||||
SetWriteHandler(0x6000, 0x7fff, CartBW);
|
||||
SetReadHandler(0x8000, 0xFFFF, CartBR);
|
||||
SetWriteHandler(0x8000, 0xFFFF, M177Write);
|
||||
FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
|
||||
}
|
||||
|
||||
static void M177Close(void) {
|
||||
|
||||
Reference in New Issue
Block a user