Debugger: added help for videoinfo cmd

This commit is contained in:
tomcw
2019-09-22 16:53:38 +01:00
parent b3eb789e03
commit 604aff4bbb
6 changed files with 26 additions and 12 deletions
+1 -1
View File
@@ -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();