summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/cclimber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/cclimber.h')
-rw-r--r--src/mame/includes/cclimber.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mame/includes/cclimber.h b/src/mame/includes/cclimber.h
index 633daa7e4d9..3fcf7cf3dff 100644
--- a/src/mame/includes/cclimber.h
+++ b/src/mame/includes/cclimber.h
@@ -23,6 +23,13 @@ public:
tilemap_t *m_pf_tilemap;
tilemap_t *m_bs_tilemap;
tilemap_t *m_toproller_bg_tilemap;
+ DECLARE_WRITE8_MEMBER(swimmer_sh_soundlatch_w);
+ DECLARE_WRITE8_MEMBER(yamato_p0_w);
+ DECLARE_WRITE8_MEMBER(yamato_p1_w);
+ DECLARE_READ8_MEMBER(yamato_p0_r);
+ DECLARE_READ8_MEMBER(yamato_p1_r);
+ DECLARE_WRITE8_MEMBER(toprollr_rombank_w);
+ DECLARE_WRITE8_MEMBER(nmi_mask_w);
};