summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bladestl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bladestl.h')
-rw-r--r--src/mame/includes/bladestl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/bladestl.h b/src/mame/includes/bladestl.h
index 10db44d8301..5bd25e7abcf 100644
--- a/src/mame/includes/bladestl.h
+++ b/src/mame/includes/bladestl.h
@@ -32,7 +32,7 @@ public:
m_soundlatch(*this, "soundlatch"),
m_trackball(*this, "TRACKBALL.%u", 0),
m_rombank(*this, "rombank"),
- m_lamp(*this, "lamp%u", 0U)
+ m_lamps(*this, "lamp%u", 0U)
{ }
/* devices */
@@ -75,5 +75,5 @@ protected:
/* misc */
int m_last_track[4];
- output_finder<2> m_lamp;
+ output_finder<2> m_lamps;
};