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

Function NTSC_GetVideoVertForDebugger

source/NTSC.cpp:1969–1974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967}
1968
1969uint16_t NTSC_GetVideoVertForDebugger(void)
1970{
1971 uint16_t vert, horz;
1972 NTSC_GetVideoVertHorzForDebugger(vert, horz);
1973 return vert;
1974}
1975
1976//===========================================================================
1977void NTSC_SetVideoTextMode( int cols )

Callers 2

CheckBreakpointsVideoFunction · 0.85
DebugContinueSteppingFunction · 0.85

Calls 1

Tested by

no test coverage detected