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

Function updateColorPhase

source/NTSC.cpp:430–434  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

428
429//===========================================================================
430inline void updateColorPhase()
431{
432 g_nColorPhaseNTSC++;
433 g_nColorPhaseNTSC &= 3;
434}
435
436//===========================================================================
437inline void updateFlashRate() // TODO: Flash rate should be constant (regardless of CPU speed)

Calls

no outgoing calls

Tested by

no test coverage detected