summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dogfgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dogfgt.h')
-rw-r--r--src/mame/includes/dogfgt.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/dogfgt.h b/src/mame/includes/dogfgt.h
index 0c228f88c8c..807a0857216 100644
--- a/src/mame/includes/dogfgt.h
+++ b/src/mame/includes/dogfgt.h
@@ -32,6 +32,12 @@ public:
/* devices */
device_t *m_subcpu;
+ DECLARE_READ8_MEMBER(sharedram_r);
+ DECLARE_WRITE8_MEMBER(sharedram_w);
+ DECLARE_WRITE8_MEMBER(subirqtrigger_w);
+ DECLARE_WRITE8_MEMBER(sub_irqack_w);
+ DECLARE_WRITE8_MEMBER(dogfgt_soundlatch_w);
+ DECLARE_WRITE8_MEMBER(dogfgt_soundcontrol_w);
};