diff options
author | 2023-06-08 19:02:12 +0200 | |
---|---|---|
committer | 2023-06-08 21:17:35 +0200 | |
commit | c4bff094cf677fb83fc99e926b2e031e7b156b43 (patch) | |
tree | 59c1b52c502a3712f4b4db916f2b01d7deae3366 /src/devices/cpu/h8/h83042.h | |
parent | da4caa013ecce67688f0cd9625a7e01ce085ce2d (diff) |
h8_sci: Bring interface up in the cpu
Diffstat (limited to 'src/devices/cpu/h8/h83042.h')
-rw-r--r-- | src/devices/cpu/h8/h83042.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/cpu/h8/h83042.h b/src/devices/cpu/h8/h83042.h index 09fedeaacd8..1b0f8b1c3ff 100644 --- a/src/devices/cpu/h8/h83042.h +++ b/src/devices/cpu/h8/h83042.h @@ -85,8 +85,6 @@ protected: required_device<h8h_timer16_channel_device> m_timer16_2; required_device<h8h_timer16_channel_device> m_timer16_3; required_device<h8h_timer16_channel_device> m_timer16_4; - required_device<h8_sci_device> m_sci0; - required_device<h8_sci_device> m_sci1; required_device<h8_watchdog_device> m_watchdog; uint8_t m_syscr; |