summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/slapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/slapshot.h')
-rw-r--r--src/mame/includes/slapshot.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/slapshot.h b/src/mame/includes/slapshot.h
index 1477d1bf8f3..e028fc53a56 100644
--- a/src/mame/includes/slapshot.h
+++ b/src/mame/includes/slapshot.h
@@ -52,6 +52,14 @@ public:
device_t *m_tc0480scp;
device_t *m_tc0360pri;
device_t *m_tc0640fio;
+ DECLARE_READ16_MEMBER(color_ram_word_r);
+ DECLARE_WRITE16_MEMBER(color_ram_word_w);
+ DECLARE_READ16_MEMBER(slapshot_service_input_r);
+ DECLARE_READ16_MEMBER(opwolf3_adc_r);
+ DECLARE_WRITE16_MEMBER(opwolf3_adc_req_w);
+ DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
+ DECLARE_WRITE16_MEMBER(slapshot_msb_sound_w);
+ DECLARE_READ16_MEMBER(slapshot_msb_sound_r);
};