Backport r172 - cheat ram fix sync with FCEUX
This commit is contained in:
@@ -70,6 +70,7 @@ static void UNLD2000Power(void) {
|
||||
SetWriteHandler(0x6000, 0x7FFF, CartBW);
|
||||
SetReadHandler(0x8000, 0xFFFF, UNLD2000Read);
|
||||
SetWriteHandler(0x5000, 0x5FFF, UNLD2000Write);
|
||||
FCEU_CheatAddRAM(WRAMSIZE >> 10, 0x6000, WRAM);
|
||||
}
|
||||
|
||||
static void FP_FASTAPASS(1) UNL2000Hook(uint32 A) {
|
||||
|
||||
Reference in New Issue
Block a user