remove debug statement accidentally left in previous commit
This commit is contained in:
parent
220dabafb7
commit
cb898334ac
|
@ -101,7 +101,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
prg_mode <<= 2;
|
prg_mode <<= 2;
|
||||||
mirror_mode = value & 1;
|
mirror_mode = value & 1;
|
||||||
SyncMirror();
|
SyncMirror();
|
||||||
NES.LogLine("V: {0}", value);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
//$A000-$A007: [PPPP PPPP] PRG Reg 1
|
//$A000-$A007: [PPPP PPPP] PRG Reg 1
|
||||||
|
|
Loading…
Reference in New Issue