mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
swim1: fix iwm clocking
This commit is contained in:
parent
9a79ec0a50
commit
8a689a01aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user