diff options
Diffstat (limited to 'src/devices/cpu/h8/h8_sci.h')
-rw-r--r-- | src/devices/cpu/h8/h8_sci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h8_sci.h b/src/devices/cpu/h8/h8_sci.h index 9b88fcc98a0..285360afea1 100644 --- a/src/devices/cpu/h8/h8_sci.h +++ b/src/devices/cpu/h8/h8_sci.h @@ -124,6 +124,7 @@ protected: UINT8 rdr, tdr, smr, scr, ssr, brr, rsr, tsr; UINT64 clock_base, divider; + std::string last_clock_message; virtual void device_start() override; virtual void device_reset() override; |