summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprcros2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprcros2.h')
-rw-r--r--src/mame/includes/sprcros2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/sprcros2.h b/src/mame/includes/sprcros2.h
index 64675755c7f..0b90bfcafc1 100644
--- a/src/mame/includes/sprcros2.h
+++ b/src/mame/includes/sprcros2.h
@@ -18,6 +18,8 @@ public:
required_device<cpu_device> m_master;
required_device<cpu_device> m_slave;
+ DECLARE_WRITE8_MEMBER(sprcros2_m_port7_w);
+ DECLARE_WRITE8_MEMBER(sprcros2_s_port3_w);
};