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

Function updatePixelBnWMonitorDoubleScanline

source/NTSC.cpp:1211–1215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1209
1210//===========================================================================
1211static void updatePixelBnWMonitorDoubleScanline (uint16_t compositeSignal)
1212{
1213 updateFramebufferMonitorDoubleScanline(compositeSignal, g_aBnWMonitorCustom);
1214 updateColorPhase(); // Maintain color-phase, as could be switching graphics/text video modes mid-scanline
1215}
1216
1217//===========================================================================
1218static void updatePixelBnWColorTVSingleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected