mapper fixes for ncpu, debug is broken atm
[fceu.git] / mappers / 68.c
index 98cb0d8..f1e5f68 100644 (file)
@@ -74,7 +74,8 @@ DECLFW(Mapper68_write)
                PPUNTARAM=0;
               }
                break;
-  case 0xf000: ROM_BANK16(0x8000,V);break;
+  case 0xf000: ROM_BANK16(0x8000,V);
+               X6502_Rebase();break;
  }
 }