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

Function updatePixelBnWColorTVDoubleScanline

source/NTSC.cpp:1225–1229  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1223
1224//===========================================================================
1225static void updatePixelBnWColorTVDoubleScanline (uint16_t compositeSignal)
1226{
1227 updateFramebufferTVDoubleScanline(compositeSignal, g_aBnWColorTVCustom);
1228 updateColorPhase(); // Maintain color-phase, as could be switching graphics/text video modes mid-scanline
1229}
1230
1231//===========================================================================
1232static void updatePixelHueColorTVSingleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected