0.4 rel?
[fceu.git] / mappers / 228.c
index 741bab0..bfae3a6 100644 (file)
@@ -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;