mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Debugger: Fix for bpv when in full-speed (#1164)
This commit is contained in:
@@ -3231,10 +3231,8 @@ static void DrawVideoScannerValue(int line, int vert, int horz, bool isVisible)
|
||||
//===========================================================================
|
||||
static void DrawVideoScannerInfo(int line)
|
||||
{
|
||||
NTSC_UpdateVideoHVForDebugger(); // update g_nVideoClockHorz/g_nVideoClockVert
|
||||
|
||||
int v = g_nVideoClockVert;
|
||||
int h = g_nVideoClockHorz;
|
||||
uint16_t v, h;
|
||||
NTSC_GetVideoHVForDebugger(v, h); // update g_nVideoClockHorz/g_nVideoClockVert - needed for when in fullspeed (GH#1164)
|
||||
|
||||
if (g_videoScannerDisplayInfo.isHorzReal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user