summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lockon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lockon.h')
-rw-r--r--src/mame/includes/lockon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lockon.h b/src/mame/includes/lockon.h
index f99585fa116..bf067775435 100644
--- a/src/mame/includes/lockon.h
+++ b/src/mame/includes/lockon.h
@@ -45,7 +45,7 @@ public:
, m_gfxdecode(*this, "gfxdecode")
, m_screen(*this, "screen")
, m_palette(*this, "palette")
- , m_lamp(*this, "lamp%u", 0U)
+ , m_lamp(*this, "lamp1")
{ }
void lockon(machine_config &config);
@@ -108,7 +108,7 @@ private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
- output_finder<2> m_lamp;
+ output_finder<> m_lamp;
DECLARE_READ16_MEMBER(lockon_crtc_r);
DECLARE_WRITE16_MEMBER(lockon_crtc_w);