X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F51.c;h=cc1fbbdc0a5490896ace298608a49f8ea2e4a813;hp=90986ea89caf559d3cb81f5ef55f596096678441;hb=d97315ac0bca825d2d50a44453bc5652946e2c67;hpb=890e37ba2b8ea1c7593dc05926d7431e3bd00bfb diff --git a/mappers/51.c b/mappers/51.c index 90986ea..cc1fbbd 100644 --- a/mappers/51.c +++ b/mappers/51.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 @@ -26,7 +26,7 @@ static uint32 Get8K(uint32 A) { uint32 bank; - + bank=(page<<2)|((A>>13)&1); if(A&0x4000 && !(mode&1)) bank|=0xC; @@ -45,7 +45,6 @@ static void Synco(void) MIRROR_SET2(0); for(x=0x6000;x<0x10000;x+=8192) ROM_BANK8(x,Get8K(x)); - X6502_Rebase(); } static DECLFW(Write)