summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mhavoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mhavoc.h')
-rw-r--r--src/mame/includes/mhavoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mhavoc.h b/src/mame/includes/mhavoc.h
index e34cea36a40..db37c3a872b 100644
--- a/src/mame/includes/mhavoc.h
+++ b/src/mame/includes/mhavoc.h
@@ -32,7 +32,7 @@ public:
m_gamma(*this, "gamma"),
m_pokey(*this, "pokey%u", 1U),
m_tms(*this, "tms"),
- m_lamp(*this, "lamp%u", 0U)
+ m_lamps(*this, "lamp%u", 0U)
{ }
DECLARE_READ8_MEMBER(dual_pokey_r);
@@ -79,7 +79,7 @@ protected:
optional_device<cpu_device> m_gamma;
optional_device_array<pokey_device, 4> m_pokey;
optional_device<tms5220_device> m_tms;
- output_finder<2> m_lamp;
+ output_finder<2> m_lamps;
uint8_t m_alpha_data;
uint8_t m_alpha_rcvd;
uint8_t m_alpha_xmtd;