summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/rpunch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/rpunch.h')
-rw-r--r--src/mame/includes/rpunch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/rpunch.h b/src/mame/includes/rpunch.h
index 1a866d328ef..94d6f2031c0 100644
--- a/src/mame/includes/rpunch.h
+++ b/src/mame/includes/rpunch.h
@@ -19,6 +19,9 @@ public:
UINT8 m_bins;
UINT8 m_gins;
UINT16 *m_spriteram;
+ DECLARE_WRITE16_MEMBER(sound_command_w);
+ DECLARE_READ8_MEMBER(sound_command_r);
+ DECLARE_READ16_MEMBER(sound_busy_r);
};