summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaplus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaplus.h')
-rw-r--r--src/mame/includes/gaplus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gaplus.h b/src/mame/includes/gaplus.h
index 8c36493ff90..c1c275a9608 100644
--- a/src/mame/includes/gaplus.h
+++ b/src/mame/includes/gaplus.h
@@ -42,7 +42,7 @@ public:
, m_customio_3(*this,"customio_3")
, m_videoram(*this,"videoram")
, m_spriteram(*this,"spriteram")
- , m_lamp(*this, "lamp%u", 0U)
+ , m_lamps(*this, "lamp%u", 0U)
{ }
DECLARE_WRITE8_MEMBER(irq_1_ctrl_w);
@@ -102,7 +102,7 @@ protected:
required_shared_ptr<uint8_t> m_customio_3;
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_spriteram;
- output_finder<2> m_lamp;
+ output_finder<2> m_lamps;
int m_type;