mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Debugger: added help for videoinfo cmd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user