===========================================================================
| 1237 | |
| 1238 | //=========================================================================== |
| 1239 | static void updatePixelHueColorTVDoubleScanline (uint16_t compositeSignal) |
| 1240 | { |
| 1241 | updateFramebufferTVDoubleScanline(compositeSignal, g_aHueColorTV[g_nColorPhaseNTSC]); |
| 1242 | updateColorPhase(); |
| 1243 | } |
| 1244 | |
| 1245 | //=========================================================================== |
| 1246 | static void updatePixelHueMonitorSingleScanline (uint16_t compositeSignal) |
nothing calls this directly
no test coverage detected