X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mappers%2F228.c;h=bfae3a63db3319eba82668f0eafb214dbe39f095;hb=39e1ccffc7ec6bbee9bb3ed1be7cbe856792bf69;hp=741bab00d91953ae8132a1c09727930676f6aeba;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9;p=fceu.git diff --git a/mappers/228.c b/mappers/228.c index 741bab0..bfae3a6 100644 --- a/mappers/228.c +++ b/mappers/228.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 @@ -27,6 +27,7 @@ static DECLFW(Mapper228_write) MIRROR_SET((A>>13)&1); page=(A>>7)&0x3F; + //printf("%04x\n",A); if((page&0x30)==0x30) page-=0x10;