summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/asuka.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/asuka.h')
-rw-r--r--src/mame/includes/asuka.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/asuka.h b/src/mame/includes/asuka.h
index 7c5dd7fb607..e6eaca7494d 100644
--- a/src/mame/includes/asuka.h
+++ b/src/mame/includes/asuka.h
@@ -34,6 +34,10 @@ public:
device_t *m_audiocpu;
device_t *m_pc090oj;
device_t *m_tc0100scn;
+ DECLARE_WRITE8_MEMBER(sound_bankswitch_w);
+ DECLARE_WRITE8_MEMBER(asuka_msm5205_address_w);
+ DECLARE_READ16_MEMBER(cadash_share_r);
+ DECLARE_WRITE16_MEMBER(cadash_share_w);
};