summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hcastle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hcastle.h')
-rw-r--r--src/mame/includes/hcastle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/hcastle.h b/src/mame/includes/hcastle.h
index 67a29bb9881..5b7dd4aa36e 100644
--- a/src/mame/includes/hcastle.h
+++ b/src/mame/includes/hcastle.h
@@ -35,6 +35,9 @@ public:
required_device<buffered_spriteram8_device> m_spriteram;
required_device<buffered_spriteram8_device> m_spriteram2;
+ DECLARE_WRITE8_MEMBER(hcastle_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(hcastle_soundirq_w);
+ DECLARE_WRITE8_MEMBER(hcastle_coin_w);
};