summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cave.h')
-rw-r--r--src/mame/includes/cave.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index ae62448eda4..9a92d23ad64 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -69,6 +69,7 @@ public:
, m_screen(*this, "screen")
, m_palette(*this, "palette")
, m_soundlatch(*this, "soundlatch")
+ , m_startup(*this, "startup")
, m_led_outputs(*this, "led%u", 0U)
{ }
@@ -316,6 +317,7 @@ protected:
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
optional_device<generic_latch_16_device> m_soundlatch;
+ optional_device<timer_device> m_startup;
output_finder<9> m_led_outputs;
int m_rasflag;