summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segaxbd.h
diff options
context:
space:
mode:
author wilbertpol <wilbertpol@users.noreply.github.com>2018-05-26 21:45:32 +0200
committer Vas Crabb <cuavas@users.noreply.github.com>2018-05-27 05:45:32 +1000
commit5291d140218339dff4fa471b1f8f1cfab3eb3fa1 (patch)
tree76f2dd83bacede1d04ecfcd12135d7ad7245479f /src/mame/includes/segaxbd.h
parentc6e63ee748b64eb971e7091ea19848cc55f4d8b5 (diff)
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)
Diffstat (limited to 'src/mame/includes/segaxbd.h')
-rw-r--r--src/mame/includes/segaxbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/segaxbd.h b/src/mame/includes/segaxbd.h
index 916aba02ed8..cc324dc34b4 100644
--- a/src/mame/includes/segaxbd.h
+++ b/src/mame/includes/segaxbd.h
@@ -146,7 +146,7 @@ protected:
required_ioport m_io0_porta;
optional_ioport_array<8> m_adc_ports;
optional_ioport_array<4> m_mux_ports;
- output_finder<4> m_lamp;
+ output_finder<4> m_lamps;
protected:
virtual void device_start() override;