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

Function updatePixelBnWMonitorSingleScanline

source/NTSC.cpp:1204–1208  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1202
1203//===========================================================================
1204static void updatePixelBnWMonitorSingleScanline (uint16_t compositeSignal)
1205{
1206 updateFramebufferMonitorSingleScanline(compositeSignal, g_aBnWMonitorCustom);
1207 updateColorPhase(); // Maintain color-phase, as could be switching graphics/text video modes mid-scanline
1208}
1209
1210//===========================================================================
1211static void updatePixelBnWMonitorDoubleScanline (uint16_t compositeSignal)

Callers

nothing calls this directly

Calls 2

updateColorPhaseFunction · 0.85

Tested by

no test coverage detected