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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/includes/thedeep.h b/src/mame/includes/thedeep.h
index fd4f56e34d6..23957db938a 100644
--- a/src/mame/includes/thedeep.h
+++ b/src/mame/includes/thedeep.h
@@ -27,6 +27,17 @@ public:
required_device<cpu_device> m_maincpu;
required_device<cpu_device> m_audiocpu;
required_device<cpu_device> m_mcu;
+ DECLARE_WRITE8_MEMBER(thedeep_nmi_w);
+ DECLARE_WRITE8_MEMBER(thedeep_sound_w);
+ DECLARE_WRITE8_MEMBER(thedeep_protection_w);
+ DECLARE_READ8_MEMBER(thedeep_e004_r);
+ DECLARE_READ8_MEMBER(thedeep_protection_r);
+ DECLARE_WRITE8_MEMBER(thedeep_e100_w);
+ DECLARE_WRITE8_MEMBER(thedeep_p1_w);
+ DECLARE_READ8_MEMBER(thedeep_from_main_r);
+ DECLARE_WRITE8_MEMBER(thedeep_to_main_w);
+ DECLARE_WRITE8_MEMBER(thedeep_p3_w);
+ DECLARE_READ8_MEMBER(thedeep_p0_r);
};