summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wolfpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wolfpack.h')
-rw-r--r--src/mame/includes/wolfpack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index d170a712296..663e3c1edfc 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -28,7 +28,8 @@ public:
m_s14001a(*this, "speech"),
m_gfxdecode(*this, "gfxdecode"),
m_screen(*this, "screen"),
- m_palette(*this, "palette")
+ m_palette(*this, "palette"),
+ m_led(*this, "led0")
{ }
DECLARE_CUSTOM_INPUT_MEMBER(dial_r);
@@ -88,6 +89,7 @@ private:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+ output_finder<> m_led;
bool m_collision;
unsigned m_current_index;