===========================================================================
| 1251 | |
| 1252 | //=========================================================================== |
| 1253 | static void updatePixelHueMonitorDoubleScanline (uint16_t compositeSignal) |
| 1254 | { |
| 1255 | updateFramebufferMonitorDoubleScanline(compositeSignal, g_aHueMonitor[g_nColorPhaseNTSC]); |
| 1256 | updateColorPhase(); |
| 1257 | } |
| 1258 | |
| 1259 | //=========================================================================== |
| 1260 | void updateScreenDoubleHires40 (long cycles6502) // wsUpdateVideoHires0 |
nothing calls this directly
no test coverage detected