X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F240.c;h=dbbfe192df784d802ddc23d4a02c7576e47ecca1;hp=08693492e8226aad3257c115df26d7bb667d94fa;hb=d97315ac0bca825d2d50a44453bc5652946e2c67;hpb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb diff --git a/mappers/240.c b/mappers/240.c index 0869349..dbbfe19 100644 --- a/mappers/240.c +++ b/mappers/240.c @@ -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 @@ -28,7 +28,6 @@ DECLFW(Mapper240_write) { ROM_BANK32(V>>4); VROM_BANK8(V&0xF); - X6502_Rebase(); } }