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
+5
View File
@@ -2318,6 +2318,11 @@ UINT NTSC_GetCyclesPerFrame(void)
return g_videoScanner6502Cycles;
}
UINT NTSC_GetCyclesPerLine(void)
{
return VIDEO_SCANNER_MAX_HORZ;
}
UINT NTSC_GetVideoLines(void)
{
return (GetVideoRefreshRate() == VR_50HZ) ? VIDEO_SCANNER_MAX_VERT_PAL : VIDEO_SCANNER_MAX_VERT;