summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crbaloon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crbaloon.h')
-rw-r--r--src/mame/includes/crbaloon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/crbaloon.h b/src/mame/includes/crbaloon.h
index 3cd6ff5088c..9896bb17995 100644
--- a/src/mame/includes/crbaloon.h
+++ b/src/mame/includes/crbaloon.h
@@ -22,6 +22,9 @@ public:
UINT8 m_collision_address_clear;
tilemap_t *m_bg_tilemap;
UINT8 m_irq_mask;
+ DECLARE_WRITE8_MEMBER(pc3092_w);
+ DECLARE_READ8_MEMBER(pc3259_r);
+ DECLARE_WRITE8_MEMBER(port_sound_w);
};