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

Function updatePixelHueMonitorDoubleScanline

source/NTSC.cpp:1253–1257  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1251
1252//===========================================================================
1253static void updatePixelHueMonitorDoubleScanline (uint16_t compositeSignal)
1254{
1255 updateFramebufferMonitorDoubleScanline(compositeSignal, g_aHueMonitor[g_nColorPhaseNTSC]);
1256 updateColorPhase();
1257}
1258
1259//===========================================================================
1260void updateScreenDoubleHires40 (long cycles6502) // wsUpdateVideoHires0

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected