X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F228.c;h=bfae3a63db3319eba82668f0eafb214dbe39f095;hp=741bab00d91953ae8132a1c09727930676f6aeba;hb=d97315ac0bca825d2d50a44453bc5652946e2c67;hpb=c62d28102c77e19c291c78bf6bf7f0a81abd54b9 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;