mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Debugger: show video-scanner's h,v position (at the expense of losing 2 watches). (#666)
This commit is contained in:
@@ -193,6 +193,11 @@ bool Is6502InterruptEnabled(void)
|
||||
return !(regs.ps & AF_INTERRUPT);
|
||||
}
|
||||
|
||||
void ResetCyclesExecutedForDebugger(void)
|
||||
{
|
||||
g_nCyclesExecuted = 0;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
#include "CPU/cpu_general.inl"
|
||||
|
||||
Reference in New Issue
Block a user