mapper fixes for ncpu, debug is broken atm
[fceu.git] / mappers / 43.c
index 2e5f427..0ca0cee 100644 (file)
@@ -54,6 +54,7 @@ DECLFW(Mapper43_write)
    }
    else
     ROM_BANK32(m);
+   X6502_Rebase();
 }
 
 void Mapper43_init(void)