X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F225.c;h=14e38f2639adb9e4b72e64482478c28eb0777e25;hb=d97315ac0bca825d2d50a44453bc5652946e2c67;hp=23992fc4312e34fd16f9298c0c2a5e4bb8d99d5b;hpb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb;p=fceu.git diff --git a/mappers/225.c b/mappers/225.c index 23992fc..14e38f2 100644 --- a/mappers/225.c +++ b/mappers/225.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 @@ -76,7 +76,6 @@ DECLFW(Mapper225_write) { ROM_BANK32(((((A>>7)&0x1F)+(banks<<5)))); } - X6502_Rebase(); } void Mapper225_init(void)