summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/efo_zsu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/efo_zsu.h')
-rw-r--r--src/mame/audio/efo_zsu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/audio/efo_zsu.h b/src/mame/audio/efo_zsu.h
index 1b32dde43e8..219cc1beb91 100644
--- a/src/mame/audio/efo_zsu.h
+++ b/src/mame/audio/efo_zsu.h
@@ -38,6 +38,8 @@ public:
DECLARE_WRITE8_MEMBER(sound_command_w);
DECLARE_WRITE8_MEMBER(adpcm_fifo_w);
+ void zsu_io(address_map &map);
+ void zsu_map(address_map &map);
protected:
efo_zsu_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock);
@@ -76,6 +78,7 @@ public:
TIMER_CALLBACK_MEMBER(reset_assert_callback) override;
+ void cedar_magnet_sound_map(address_map &map);
protected:
virtual void device_add_mconfig(machine_config &config) override;
virtual void device_start() override;