summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ashnojoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ashnojoe.h')
-rw-r--r--src/mame/includes/ashnojoe.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/ashnojoe.h b/src/mame/includes/ashnojoe.h
index 60361a7b81f..1926847cd89 100644
--- a/src/mame/includes/ashnojoe.h
+++ b/src/mame/includes/ashnojoe.h
@@ -38,6 +38,11 @@ public:
/* devices */
device_t *m_audiocpu;
+ DECLARE_READ16_MEMBER(fake_4a00a_r);
+ DECLARE_WRITE16_MEMBER(ashnojoe_soundlatch_w);
+ DECLARE_WRITE8_MEMBER(adpcm_w);
+ DECLARE_READ8_MEMBER(sound_latch_r);
+ DECLARE_READ8_MEMBER(sound_latch_status_r);
};