summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thedeep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thedeep.h')
-rw-r--r--src/mame/includes/thedeep.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/includes/thedeep.h b/src/mame/includes/thedeep.h
index 8e6dcac6fdd..25e7494bb01 100644
--- a/src/mame/includes/thedeep.h
+++ b/src/mame/includes/thedeep.h
@@ -26,6 +26,9 @@ public:
m_scroll2(*this, "scroll2")
{ }
+ void thedeep(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_mcu;
@@ -75,7 +78,7 @@ public:
INTERRUPT_GEN_MEMBER(mcu_irq);
TIMER_DEVICE_CALLBACK_MEMBER(interrupt);
- void thedeep(machine_config &config);
+
void audio_map(address_map &map);
void main_map(address_map &map);
};