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

Function updatePixelHueColorTVSingleScanline

source/NTSC.cpp:1232–1236  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1230
1231//===========================================================================
1232static void updatePixelHueColorTVSingleScanline (uint16_t compositeSignal)
1233{
1234 updateFramebufferTVSingleScanline(compositeSignal, g_aHueColorTV[g_nColorPhaseNTSC]);
1235 updateColorPhase();
1236}
1237
1238//===========================================================================
1239static void updatePixelHueColorTVDoubleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected