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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/softbox.h b/src/devices/bus/ieee488/softbox.h
index 74c5f985ae3..9040c9c9853 100644
--- a/src/devices/bus/ieee488/softbox.h
+++ b/src/devices/bus/ieee488/softbox.h
@@ -64,7 +64,7 @@ private:
enum
{
- LED_A,
+ LED_A = 0,
LED_B,
LED_READY
};
@@ -72,6 +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;
int m_ifc; // Tracks previous state of IEEE-488 IFC line
};