Previous 199869 Revisions Next

r18294 Friday 5th October, 2012 at 18:40:39 UTC by Wilbert Pol
6532riot.c: Internal timer is always running. Fixes several a2600 regressions.  (Wilbert Pol)
[src/emu/machine]6532riot.c

trunk/src/emu/machine/6532riot.c
r18293r18294
531531
532532   /* reset timer states */
533533   m_timershift = 0;
534   m_timerstate = TIMER_IDLE;
535   m_timer->adjust(attotime::never);
534   m_timerstate = TIMER_FINISHING;
535   m_timer->adjust(attotime::from_ticks(256, clock()));
536536}

Previous 199869 Revisions Next


© 1997-2024 The MAME Team