summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sonson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sonson.h')
-rw-r--r--src/mame/includes/sonson.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/sonson.h b/src/mame/includes/sonson.h
index 53b1c2325b8..b7646721077 100644
--- a/src/mame/includes/sonson.h
+++ b/src/mame/includes/sonson.h
@@ -25,6 +25,9 @@ public:
/* devices */
device_t *m_audiocpu;
+ DECLARE_WRITE8_MEMBER(sonson_sh_irqtrigger_w);
+ DECLARE_WRITE8_MEMBER(sonson_coin1_counter_w);
+ DECLARE_WRITE8_MEMBER(sonson_coin2_counter_w);
};