===========================================================================
| 1230 | |
| 1231 | //=========================================================================== |
| 1232 | static void updatePixelHueColorTVSingleScanline (uint16_t compositeSignal) |
| 1233 | { |
| 1234 | updateFramebufferTVSingleScanline(compositeSignal, g_aHueColorTV[g_nColorPhaseNTSC]); |
| 1235 | updateColorPhase(); |
| 1236 | } |
| 1237 | |
| 1238 | //=========================================================================== |
| 1239 | static void updatePixelHueColorTVDoubleScanline (uint16_t compositeSignal) |
nothing calls this directly
no test coverage detected