summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megaplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/megaplay.cpp')
-rw-r--r--src/mame/drivers/megaplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/megaplay.cpp b/src/mame/drivers/megaplay.cpp
index 75b49c8fef5..e53a4769262 100644
--- a/src/mame/drivers/megaplay.cpp
+++ b/src/mame/drivers/megaplay.cpp
@@ -617,7 +617,7 @@ READ8_MEMBER(mplay_state::vdp1_count_r)
void mplay_state::megaplay_bios_io_map(address_map &map)
{
map.global_mask(0xff);
- map(0x7f, 0x7f).w("sn2", FUNC(sn76496_device::command_w));
+ map(0x7f, 0x7f).w("sn2", FUNC(sn76496_device::write));
map(0x40, 0x41).mirror(0x3e).r(FUNC(mplay_state::vdp1_count_r));
map(0x80, 0x80).mirror(0x3e).rw(m_vdp1, FUNC(sega315_5124_device::data_read), FUNC(sega315_5124_device::data_write));