Debugger: show video-scanner's h,v position (at the expense of losing 2 watches). (#666)

This commit is contained in:
tomcw
2019-09-21 16:37:45 +01:00
parent 3264fd3ee9
commit 9ee9414bb6
9 changed files with 152 additions and 3 deletions
+5
View File
@@ -193,6 +193,11 @@ bool Is6502InterruptEnabled(void)
return !(regs.ps & AF_INTERRUPT);
}
void ResetCyclesExecutedForDebugger(void)
{
g_nCyclesExecuted = 0;
}
//
#include "CPU/cpu_general.inl"