summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/baraduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/baraduke.h')
-rw-r--r--src/mame/includes/baraduke.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/baraduke.h b/src/mame/includes/baraduke.h
index de97d34805a..796609ad172 100644
--- a/src/mame/includes/baraduke.h
+++ b/src/mame/includes/baraduke.h
@@ -15,7 +15,7 @@ public:
m_cus30(*this, "namco"),
m_gfxdecode(*this, "gfxdecode"),
m_palette(*this, "palette"),
- m_lamp(*this, "lamp%u", 0U)
+ m_lamps(*this, "lamp%u", 0U)
{ }
DECLARE_WRITE8_MEMBER(inputport_select_w);
@@ -67,5 +67,5 @@ protected:
int m_xscroll[2];
int m_yscroll[2];
int m_copy_sprites;
- output_finder<2> m_lamp;
+ output_finder<2> m_lamps;
};