summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/efo_zsu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/efo_zsu.cpp')
-rw-r--r--src/mame/audio/efo_zsu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/efo_zsu.cpp b/src/mame/audio/efo_zsu.cpp
index 21a652f296f..c4667bfdfad 100644
--- a/src/mame/audio/efo_zsu.cpp
+++ b/src/mame/audio/efo_zsu.cpp
@@ -103,7 +103,7 @@ void efo_zsu_device::zsu_io(address_map &map)
map(0x00, 0x03).rw("ctc0", FUNC(z80ctc_device::read), FUNC(z80ctc_device::write));
map(0x04, 0x07).rw("ctc1", FUNC(z80ctc_device::read), FUNC(z80ctc_device::write));
- map(0x08, 0x08).w(this, FUNC(efo_zsu_device::adpcm_fifo_w));
+ map(0x08, 0x08).w(FUNC(efo_zsu_device::adpcm_fifo_w));
map(0x0c, 0x0c).w("aysnd0", FUNC(ay8910_device::address_w));
map(0x0d, 0x0d).w("aysnd0", FUNC(ay8910_device::data_w));