mirror of https://github.com/snes9xgit/snes9x.git
Log IRQ enable on debug trace
This commit is contained in:
parent
d23302de8a
commit
ea09fef2b9
5
ppu.cpp
5
ppu.cpp
|
@ -1498,6 +1498,11 @@ void S9xSetCPU (uint8 Byte, uint16 Address)
|
|||
Timings.NMITriggerPos = CPU.Cycles + 6 + 6;
|
||||
}
|
||||
|
||||
#ifdef DEBUGGER
|
||||
S9xTraceFormattedMessage("--- IRQ Timer Enable HTimer:%d Pos:%04d VTimer:%d Pos:%03d",
|
||||
PPU.HTimerEnabled, PPU.HTimerPosition, PPU.VTimerEnabled, PPU.VTimerPosition);
|
||||
#endif
|
||||
|
||||
break;
|
||||
|
||||
case 0x4201: // WRIO
|
||||
|
|
Loading…
Reference in New Issue