summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h8/h83006.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2023-06-08 19:02:12 +0200
committer Olivier Galibert <galibert@pobox.com>2023-06-08 21:17:35 +0200
commitc4bff094cf677fb83fc99e926b2e031e7b156b43 (patch)
tree59c1b52c502a3712f4b4db916f2b01d7deae3366 /src/devices/cpu/h8/h83006.h
parentda4caa013ecce67688f0cd9625a7e01ce085ce2d (diff)
h8_sci: Bring interface up in the cpu
Diffstat (limited to 'src/devices/cpu/h8/h83006.h')
-rw-r--r--src/devices/cpu/h8/h83006.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/cpu/h8/h83006.h b/src/devices/cpu/h8/h83006.h
index 62048745397..157cb0f37d9 100644
--- a/src/devices/cpu/h8/h83006.h
+++ b/src/devices/cpu/h8/h83006.h
@@ -69,9 +69,6 @@ protected:
required_device<h8h_timer16_channel_device> m_timer16_0;
required_device<h8h_timer16_channel_device> m_timer16_1;
required_device<h8h_timer16_channel_device> m_timer16_2;
- required_device<h8_sci_device> m_sci0;
- required_device<h8_sci_device> m_sci1;
- required_device<h8_sci_device> m_sci2;
required_device<h8_watchdog_device> m_watchdog;
uint8_t m_syscr;