MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / NTSC_GetVblBar

Function NTSC_GetVblBar

source/NTSC.cpp:2776–2780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2774}
2775
2776bool NTSC_GetVblBar(void)
2777{
2778 const UINT visibleScanLines = ((g_uNewVideoModeFlags & VF_SHR) == 0) ? VIDEO_SCANNER_Y_DISPLAY : VIDEO_SCANNER_Y_DISPLAY_IIGS;
2779 return g_nVideoClockVert < visibleScanLines;
2780}
2781
2782bool NTSC_IsVisible(void)
2783{

Callers 3

VideoGetVblBarExMethod · 0.85
VideoGetVblBarMethod · 0.85
NTSC_IsVisibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected