parent
b773ba5798
commit
812f3d5cfa
|
@ -456,7 +456,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
byte read_2004()
|
||||
{
|
||||
byte ret;
|
||||
Console.WriteLine("read 2004");
|
||||
// Console.WriteLine("read 2004");
|
||||
// behaviour depends on whether things are being rendered or not
|
||||
if (PPUON)
|
||||
{
|
||||
|
@ -835,4 +835,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
//Palette Gaps and Mirrors
|
||||
// 3F04h,3F08h,3F0Ch - Three general purpose 6bit data registers.
|
||||
// 3F10h,3F14h,3F18h,3F1Ch - Mirrors of 3F00h,3F04h,3F08h,3F0Ch.
|
||||
// 3F20h-3FFFh - Mirrors of 3F00h-3F1Fh.
|
||||
// 3F20h-3FFFh - Mirrors of 3F00h-3F1Fh.
|
||||
|
|
Loading…
Reference in New Issue