summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cpzodiac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cpzodiac.cpp')
-rw-r--r--src/mame/drivers/cpzodiac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cpzodiac.cpp b/src/mame/drivers/cpzodiac.cpp
index 2aa41a31945..8824f9863e7 100644
--- a/src/mame/drivers/cpzodiac.cpp
+++ b/src/mame/drivers/cpzodiac.cpp
@@ -96,7 +96,7 @@ void cpzodiac_state::sound_map(address_map &map)
{
map(0x0000, 0x7fff).rom();
map(0xc000, 0xdfff).ram();
- map(0xe000, 0xe003).rw("ymsnd", FUNC(ym2610_device::read), FUNC(ym2610_device::write));
+ map(0xe000, 0xe003).rw("ymsnd", FUNC(ym2610b_device::read), FUNC(ym2610b_device::write));
map(0xe200, 0xe200).w("syt", FUNC(tc0140syt_device::slave_port_w));
map(0xe201, 0xe201).rw("syt", FUNC(tc0140syt_device::slave_comm_r), FUNC(tc0140syt_device::slave_comm_w));
map(0xea00, 0xea00).nopr();