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

Function updatePixelHueColorTVDoubleScanline

source/NTSC.cpp:1239–1243  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1237
1238//===========================================================================
1239static void updatePixelHueColorTVDoubleScanline (uint16_t compositeSignal)
1240{
1241 updateFramebufferTVDoubleScanline(compositeSignal, g_aHueColorTV[g_nColorPhaseNTSC]);
1242 updateColorPhase();
1243}
1244
1245//===========================================================================
1246static void updatePixelHueMonitorSingleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected