summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/skykid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/skykid.h')
-rw-r--r--src/mame/includes/skykid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/skykid.h b/src/mame/includes/skykid.h
index ef3705ad870..2783c2d849e 100644
--- a/src/mame/includes/skykid.h
+++ b/src/mame/includes/skykid.h
@@ -16,7 +16,7 @@ public:
, m_cus30(*this, "namco")
, m_gfxdecode(*this, "gfxdecode")
, m_palette(*this, "palette")
- , m_led(*this, "led%u", 0U)
+ , m_leds(*this, "led%u", 0U)
{ }
DECLARE_WRITE8_MEMBER(inputport_select_w);
@@ -60,7 +60,7 @@ protected:
required_device<namco_cus30_device> m_cus30;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
- output_finder<2> m_led;
+ output_finder<2> m_leds;
tilemap_t *m_bg_tilemap;
tilemap_t *m_tx_tilemap;
uint8_t m_priority;