static void adlib_stop_opl_timer (AdlibState *s, size_t n) { #ifdef HAS_YMF262 YMF262TimerOver (0, n); #else OPLTimerOver (s->opl, n); #endif s->ticking[n] = 0; }
static void onTimeout2(void* ptr, UInt32 time) { Y8950* y8950 = (Y8950*)ptr; y8950->timerRunning2 = 0; if (OPLTimerOver(y8950->opl, 1)) { y8950TimerStart(y8950, 1, 1); } }
static void adlib_stop_opl_timer (AdlibState *s, size_t n) { OPLTimerOver (s->opl, n); s->ticking[n] = 0; }