mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
psr540: Stop the freezing by actually running the sci channels
This commit is contained in:
parent
dbd0c95e3b
commit
8ec9c16e56
@ -402,6 +402,8 @@ void sh7042_device::internal_update(u64 current_time)
|
||||
add_event(event_time, m_mtu2->internal_update(current_time));
|
||||
add_event(event_time, m_mtu3->internal_update(current_time));
|
||||
add_event(event_time, m_mtu4->internal_update(current_time));
|
||||
add_event(event_time, m_sci[0]->internal_update(current_time));
|
||||
add_event(event_time, m_sci[1]->internal_update(current_time));
|
||||
|
||||
recompute_timer(event_time);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user