mapper fixes for ncpu, debug is broken atm
[fceu.git] / mappers / 72.c
index dcc5828..c0a2c63 100644 (file)
@@ -25,7 +25,10 @@ DECLFW(Mapper72_write)
 {
  mapbyte1[0]=V;
  if(V&0x80)
+ {
   ROM_BANK16(0x8000,V&0xF);
+  X6502_Rebase();
+ }
  if(V&0x40)
   VROM_BANK8(V&0xF);
 }