more 0.98.15-like timing, but sound glitches
[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();
  }
 }