int isRasterDrivenPsid() { return ((sIsPSID == 1) && (getCurrentSongSpeed() == 0)); }
static void updateTOD() { sTodInMillies+= (getCurrentSongSpeed() ? 17 : 20); }