summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/brkthru.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/brkthru.h')
-rw-r--r--src/mame/includes/brkthru.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index 6c59b370142..31e3b49d6ac 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -31,6 +31,9 @@ public:
device_t *m_audiocpu;
UINT8 m_nmi_mask;
+ DECLARE_WRITE8_MEMBER(brkthru_1803_w);
+ DECLARE_WRITE8_MEMBER(darwin_0803_w);
+ DECLARE_WRITE8_MEMBER(brkthru_soundlatch_w);
};