summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarifb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarifb.h')
-rw-r--r--src/mame/includes/atarifb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/atarifb.h b/src/mame/includes/atarifb.h
index 5d6e812d010..7a17f9e6777 100644
--- a/src/mame/includes/atarifb.h
+++ b/src/mame/includes/atarifb.h
@@ -33,7 +33,7 @@ public:
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
m_palette(*this, "palette"),
- m_led(*this, "led%u", 0U)
+ m_leds(*this, "led%u", 0U)
{ }
DECLARE_WRITE8_MEMBER(atarifb_out1_w);
@@ -110,7 +110,7 @@ protected:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
- output_finder<2> m_led;
+ output_finder<2> m_leds;
};
/*----------- defined in audio/atarifb.c -----------*/