===========================================================================
| 428 | |
| 429 | //=========================================================================== |
| 430 | inline void updateColorPhase() |
| 431 | { |
| 432 | g_nColorPhaseNTSC++; |
| 433 | g_nColorPhaseNTSC &= 3; |
| 434 | } |
| 435 | |
| 436 | //=========================================================================== |
| 437 | inline void updateFlashRate() // TODO: Flash rate should be constant (regardless of CPU speed) |
no outgoing calls
no test coverage detected