summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tumblep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tumblep.h')
-rw-r--r--src/mame/includes/tumblep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/tumblep.h b/src/mame/includes/tumblep.h
index 7b4d960d4a6..b3e4d30ce13 100644
--- a/src/mame/includes/tumblep.h
+++ b/src/mame/includes/tumblep.h
@@ -21,6 +21,10 @@ public:
device_t *m_maincpu;
device_t *m_audiocpu;
device_t *m_deco_tilegen1;
+ DECLARE_READ16_MEMBER(tumblep_prot_r);
+ DECLARE_WRITE16_MEMBER(tumblep_sound_w);
+ DECLARE_WRITE16_MEMBER(jumppop_sound_w);
+ DECLARE_READ16_MEMBER(tumblepop_controls_r);
};