summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kyugo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kyugo.h')
-rw-r--r--src/mame/includes/kyugo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/kyugo.h b/src/mame/includes/kyugo.h
index 60b5ac6ceec..b79109ca47f 100644
--- a/src/mame/includes/kyugo.h
+++ b/src/mame/includes/kyugo.h
@@ -34,6 +34,9 @@ public:
device_t *m_subcpu;
UINT8 m_nmi_mask;
+ DECLARE_WRITE8_MEMBER(kyugo_nmi_mask_w);
+ DECLARE_WRITE8_MEMBER(kyugo_sub_cpu_control_w);
+ DECLARE_WRITE8_MEMBER(kyugo_coin_counter_w);
};