mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
6532riot.c: Internal timer is always running. Fixes several a2600 regressions. (Wilbert Pol)
This commit is contained in:
parent
7e1d55763b
commit
b1e952b89c
@ -531,6 +531,6 @@ void riot6532_device::device_reset()
|
||||
|
||||
/* reset timer states */
|
||||
m_timershift = 0;
|
||||
m_timerstate = TIMER_IDLE;
|
||||
m_timer->adjust(attotime::never);
|
||||
m_timerstate = TIMER_FINISHING;
|
||||
m_timer->adjust(attotime::from_ticks(256, clock()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user