summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83042.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-03-04 22:07:02 +0100
committer hap <happppp@users.noreply.github.com>2024-03-04 22:07:12 +0100
commit88e1a2adb05bbd87e400de446cb3e61e929560b0 (patch)
tree2106d4ef9337d4814857d0d0135eedd04238e228 /src/devices/cpu/h8/h83042.h
parent3c3bfa7883447a03b674057b3561c2739685924d (diff)
h8: fix standby time travel problem
Diffstat (limited to 'src/devices/cpu/h8/h83042.h')
-rw-r--r--src/devices/cpu/h8/h83042.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h83042.h b/src/devices/cpu/h8/h83042.h
index 7bec2bceccf..c14bb217232 100644
--- a/src/devices/cpu/h8/h83042.h
+++ b/src/devices/cpu/h8/h83042.h
@@ -94,6 +94,7 @@ protected:
virtual int trapa_setup() override;
virtual void irq_setup() override;
virtual void internal_update(u64 current_time) override;
+ virtual void notify_standby(int state) override;
virtual void device_add_mconfig(machine_config &config) override;
void map(address_map &map);