X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F226.c;h=bde4f523c8ef02ad25e89d7d9b206ec1739ac066;hp=45dc06741085a9c09d7b7b9fc15d3749609bd44b;hb=eec2623f6183dd0f9494b99065a16bf90f2a1ccf;hpb=c0bf6f9f02a2b6afb961a7e9195e2168d7e9cecf diff --git a/mappers/226.c b/mappers/226.c index 45dc067..bde4f52 100644 --- a/mappers/226.c +++ b/mappers/226.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 @@ -31,7 +31,6 @@ static void DoPRG(void) } else ROM_BANK32(b); - X6502_Rebase(); } static DECLFW(Mapper226_write) @@ -75,7 +74,7 @@ void Mapper226_init(void) M26Reset(); } -#ifdef OLD // What the heck is this?? +#ifdef OLD // What the heck is this?? DECLFW(Mapper226_write) { MIRROR_SET((A>>13)&1);