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, 1 insertions, 1 deletions
diff --git a/src/mame/includes/harddriv.h b/src/mame/includes/harddriv.h
index 6b21e733012..add763e9742 100644
--- a/src/mame/includes/harddriv.h
+++ b/src/mame/includes/harddriv.h
@@ -301,7 +301,7 @@ protected:
optional_device<screen_device> m_screen;
optional_device<mc68681_device> m_duartn68681;
required_device<adc0808_device> m_adc8;
- output_finder<3> m_lamp;
+ output_finder<2> m_lamps;
uint8_t m_hd34010_host_access;