summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sidepckt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sidepckt.h')
-rw-r--r--src/mame/includes/sidepckt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/sidepckt.h b/src/mame/includes/sidepckt.h
index 0796d2f2f07..0cf0856df0f 100644
--- a/src/mame/includes/sidepckt.h
+++ b/src/mame/includes/sidepckt.h
@@ -15,6 +15,10 @@ public:
int m_current_table;
int m_in_math;
int m_math_param;
+ DECLARE_WRITE8_MEMBER(sound_cpu_command_w);
+ DECLARE_READ8_MEMBER(sidepckt_i8751_r);
+ DECLARE_WRITE8_MEMBER(sidepckt_i8751_w);
+ DECLARE_WRITE8_MEMBER(sidepctj_i8751_w);
};