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

Function updatePixelHueMonitorSingleScanline

source/NTSC.cpp:1246–1250  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1244
1245//===========================================================================
1246static void updatePixelHueMonitorSingleScanline (uint16_t compositeSignal)
1247{
1248 updateFramebufferMonitorSingleScanline(compositeSignal, g_aHueMonitor[g_nColorPhaseNTSC]);
1249 updateColorPhase();
1250}
1251
1252//===========================================================================
1253static void updatePixelHueMonitorDoubleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected