summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/softbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/softbox.h')
-rw-r--r--src/devices/bus/ieee488/softbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/softbox.h b/src/devices/bus/ieee488/softbox.h
index 9040c9c9853..0fce3e9f8d1 100644
--- a/src/devices/bus/ieee488/softbox.h
+++ b/src/devices/bus/ieee488/softbox.h
@@ -72,7 +72,7 @@ private:
required_device<cpu_device> m_maincpu;
required_device<com8116_device> m_dbrg;
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
};