swim1: fix iwm clocking

This commit is contained in:
Olivier Galibert 2021-03-05 20:21:48 +01:00
parent 9a79ec0a50
commit 8a689a01aa

View File

@ -662,7 +662,7 @@ void swim1_device::iwm_sync()
if(!m_iwm_active)
return;
u64 next_sync = machine().time().as_ticks(clock());
u64 next_sync = time_to_cycles(machine().time());
switch(m_iwm_rw) {
case MODE_IDLE:
m_last_sync = next_sync;