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

Function updatePixelBnWColorTVSingleScanline

source/NTSC.cpp:1218–1222  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1216
1217//===========================================================================
1218static void updatePixelBnWColorTVSingleScanline (uint16_t compositeSignal)
1219{
1220 updateFramebufferTVSingleScanline(compositeSignal, g_aBnWColorTVCustom);
1221 updateColorPhase(); // Maintain color-phase, as could be switching graphics/text video modes mid-scanline
1222}
1223
1224//===========================================================================
1225static void updatePixelBnWColorTVDoubleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected