summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/blockout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/blockout.h')
-rw-r--r--src/mame/includes/blockout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/blockout.h b/src/mame/includes/blockout.h
index 57e2c24a997..336ecc33a22 100644
--- a/src/mame/includes/blockout.h
+++ b/src/mame/includes/blockout.h
@@ -22,6 +22,9 @@ public:
/* devices */
device_t *m_maincpu;
device_t *m_audiocpu;
+ DECLARE_WRITE16_MEMBER(blockout_sound_command_w);
+ DECLARE_WRITE16_MEMBER(blockout_irq6_ack_w);
+ DECLARE_WRITE16_MEMBER(blockout_irq5_ack_w);
};