From 5291d140218339dff4fa471b1f8f1cfab3eb3fa1 Mon Sep 17 00:00:00 2001 From: wilbertpol Date: Sat, 26 May 2018 21:45:32 +0200 Subject: use plural names for output finders when there are multiple outputs (#3595) * use plural names for output finders when there are multiple outputs (nw) * use plural names for output finders when there are multiple outputs (nw) * use plural names for output finders when there are multiple outputs (nw) --- src/devices/bus/ieee488/c2031.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/bus/ieee488/c2031.h') diff --git a/src/devices/bus/ieee488/c2031.h b/src/devices/bus/ieee488/c2031.h index e6ac32b478c..e322267d5c0 100644 --- a/src/devices/bus/ieee488/c2031.h +++ b/src/devices/bus/ieee488/c2031.h @@ -68,7 +68,7 @@ private: required_device m_ga; required_device m_floppy; required_ioport m_address; - output_finder<2> m_led; + output_finder<2> m_leds; // IEEE-488 bus int m_nrfd_out; // not ready for data -- cgit v1.2.3