merge mappers from FCEU-mm
[fceu.git] / mappers / 72.c
index c0a2c63..480a035 100644 (file)
@@ -1,7 +1,7 @@
 /* FCE Ultra - NES/Famicom Emulator
  *
  * Copyright notice for this file:
- *  Copyright (C) 2002 Ben Parnell
+ *  Copyright (C) 2002 Xodnizel
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,10 +25,7 @@ DECLFW(Mapper72_write)
 {
  mapbyte1[0]=V;
  if(V&0x80)
- {
   ROM_BANK16(0x8000,V&0xF);
-  X6502_Rebase();
- }
  if(V&0x40)
   VROM_BANK8(V&0xF);
 }