updated bords/mappers/stuff to 0.98.15, lots of them got broken, asmcore support...
[fceu.git] / mappers / 180.c
index 45342dc..bd877c8 100644 (file)
@@ -4,8 +4,7 @@
 
 DECLFW(Mapper180_write)
 {
-  ROM_BANK16(0xC000,V);
-  X6502_Rebase();
+ROM_BANK16(0xC000,V);
 }
 
 void Mapper180_init(void)