summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/harddriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/harddriv.h')
-rw-r--r--src/mame/includes/harddriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/harddriv.h b/src/mame/includes/harddriv.h
index 1582020992b..55a3283a602 100644
--- a/src/mame/includes/harddriv.h
+++ b/src/mame/includes/harddriv.h
@@ -303,6 +303,8 @@ protected:
optional_device<mc68681_device> m_duartn68681;
required_device<adc0808_device> m_adc8;
output_finder<2> m_lamps;
+ output_finder<4> m_sel;
+ output_finder<> m_wheel;
uint8_t m_hd34010_host_access;