Debugger: OutputTraceLine() - add single-step comment

This commit is contained in:
tomcw
2018-02-02 21:10:46 +00:00
parent 2c8f5ce864
commit 839812ab7d
+1 -1
View File
@@ -8066,7 +8066,7 @@ void OutputTraceLine ()
if (g_bTraceFileWithVideoScanner)
{
uint16_t addr = NTSC_VideoGetScannerAddress(0);
uint16_t addr = NTSC_VideoGetScannerAddress(0); // NB. uExecutedCycles==0 as SingleStep() called afterwards
BYTE data = mem[addr];
fprintf( g_hTraceFile,