mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Debugger: added help for videoinfo cmd
This commit is contained in:
@@ -3702,7 +3702,7 @@ void DrawVideoScannerInfo (int line)
|
||||
|
||||
if (h < 0)
|
||||
{
|
||||
h = h + 65;
|
||||
h = h + NTSC_GetCyclesPerLine();
|
||||
v = v - 1;
|
||||
if (v < 0)
|
||||
v = v + NTSC_GetVideoLines();
|
||||
|
||||
Reference in New Issue
Block a user