summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/devices/cpu/sh/sh7042.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh7042.cpp b/src/devices/cpu/sh/sh7042.cpp
index 1ce2b641f34..922655510db 100644
--- a/src/devices/cpu/sh/sh7042.cpp
+++ b/src/devices/cpu/sh/sh7042.cpp
@@ -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);
}