mapper fixes for ncpu, debug is broken atm
[fceu.git] / mappers / 240.c
index 4c1fd27..0869349 100644 (file)
@@ -28,6 +28,7 @@ DECLFW(Mapper240_write)
  {
   ROM_BANK32(V>>4);
   VROM_BANK8(V&0xF);
+  X6502_Rebase();
  }
 }