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

Method VideoRedrawScreenAfterFullSpeed

source/FrameBase.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void FrameBase::VideoRedrawScreenAfterFullSpeed(uint32_t dwCyclesThisFrame)
59{
60 NTSC_VideoClockResync(dwCyclesThisFrame);
61 VideoRedrawScreen(); // Better (no flicker) than using: NTSC_VideoReinitialize() or VideoReinitialize()
62}
63
64void FrameBase::Video_RedrawAndTakeScreenShot(const char* pScreenshotFilename)
65{

Callers 1

ContinueExecutionFunction · 0.80

Calls 1

NTSC_VideoClockResyncFunction · 0.85

Tested by

no test coverage detected