merge mappers from FCEU-mm
[fceu.git] / mappers / 79.c
index 1e9d219..094592a 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
@@ -16,6 +16,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * TXC mapper variation, F-15 City War
  */
 
 #include "mapinc.h"
@@ -27,7 +28,6 @@ DECLFW(Mapper79_write)
  if(A<0x8000 && ((A^0x4100)==0))
  {
   ROM_BANK32((V>>3)&1);
-  X6502_Rebase();
  }
  VROM_BANK8(V);
 }