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

Function Get6502BaseClock

source/Core.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194//===========================================================================
195
196double Get6502BaseClock(void)
197{
198 return (GetVideo().GetVideoRefreshRate() == VR_50HZ) ? CLK_6502_PAL : CLK_6502_NTSC;
199}
200
201void SetCurrentCLK6502(void)
202{

Callers 4

SetCurrentCLK6502Function · 0.85
SetPhasorModeMethod · 0.85
LoadSnapshotMethod · 0.85
Phasor_LoadSnapshotMethod · 0.85

Calls 1

GetVideoRefreshRateMethod · 0.80

Tested by

no test coverage detected