diff options
author | 2024-03-04 22:07:02 +0100 | |
---|---|---|
committer | 2024-03-04 22:07:12 +0100 | |
commit | 88e1a2adb05bbd87e400de446cb3e61e929560b0 (patch) | |
tree | 2106d4ef9337d4814857d0d0135eedd04238e228 /src/devices/cpu/h8/h83042.h | |
parent | 3c3bfa7883447a03b674057b3561c2739685924d (diff) |
h8: fix standby time travel problem
Diffstat (limited to 'src/devices/cpu/h8/h83042.h')
-rw-r--r-- | src/devices/cpu/h8/h83042.h | 1 |
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); |