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

Method GetVideoRefreshRate

source/Video.cpp:797–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795//===========================================================================
796
797VideoRefreshRate_e Video::GetVideoRefreshRate(void)
798{
799 return (g_bVideoScannerNTSC == false) ? VR_50HZ : VR_60HZ;
800}
801
802void Video::SetVideoRefreshRate(VideoRefreshRate_e rate)
803{

Callers 7

Get6502BaseClockFunction · 0.80
SetCurrentCLK6502Function · 0.80
NTSC_SetVideoModeFunction · 0.80
NTSC_SetVideoStyleFunction · 0.80
NTSC_GetVideoLinesFunction · 0.80
ReloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected