summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/hardbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/hardbox.h')
-rw-r--r--src/devices/bus/ieee488/hardbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/hardbox.h b/src/devices/bus/ieee488/hardbox.h
index 79d3acacb7b..65736c4e04f 100644
--- a/src/devices/bus/ieee488/hardbox.h
+++ b/src/devices/bus/ieee488/hardbox.h
@@ -68,7 +68,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<corvus_hdc_device> m_hdc;
- output_finder<3> m_led;
+ output_finder<3> m_leds;
int m_ifc; // Tracks previous state of IEEE-488 IFC line
};