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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/cave.h b/src/mame/includes/cave.h
index 6883dbaaf98..5981b6d23a7 100644
--- a/src/mame/includes/cave.h
+++ b/src/mame/includes/cave.h
@@ -100,6 +100,9 @@ private:
void (cave_state::*m_get_sprite_info)(int chip);
void (cave_state::*m_sprite_draw)(int chip, int priority);
+ void add_base_config(machine_config &config);
+ void add_ymz(machine_config &config);
+
u16 irq_cause_r(offs_t offset);
u8 soundflags_r();
DECLARE_READ16_MEMBER(soundflags_ack_r);