summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83048.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h8/h83048.cpp')
-rw-r--r--src/devices/cpu/h8/h83048.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h83048.cpp b/src/devices/cpu/h8/h83048.cpp
index be0fdc0936c..2443b7a58cd 100644
--- a/src/devices/cpu/h8/h83048.cpp
+++ b/src/devices/cpu/h8/h83048.cpp
@@ -268,6 +268,19 @@ void h83048_device::internal_update(u64 current_time)
recompute_bcount(event_time);
}
+void h83048_device::notify_standby(int state)
+{
+ m_adc->notify_standby(state);
+ m_sci[0]->notify_standby(state);
+ m_sci[1]->notify_standby(state);
+ m_timer16_0->notify_standby(state);
+ m_timer16_1->notify_standby(state);
+ m_timer16_2->notify_standby(state);
+ m_timer16_3->notify_standby(state);
+ m_timer16_4->notify_standby(state);
+ m_watchdog->notify_standby(state);
+}
+
void h83048_device::device_start()
{
h8h_device::device_start();