summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprloco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suprloco.cpp')
-rw-r--r--src/mame/drivers/suprloco.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/suprloco.cpp b/src/mame/drivers/suprloco.cpp
index 9d0428c4996..46c0fec438d 100644
--- a/src/mame/drivers/suprloco.cpp
+++ b/src/mame/drivers/suprloco.cpp
@@ -58,8 +58,8 @@ void suprloco_state::sound_map(address_map &map)
{
map(0x0000, 0x7fff).rom();
map(0x8000, 0x87ff).ram();
- map(0xa000, 0xa003).w("sn1", FUNC(sn76496_device::command_w));
- map(0xc000, 0xc003).w("sn2", FUNC(sn76496_device::command_w));
+ map(0xa000, 0xa003).w("sn1", FUNC(sn76496_device::write));
+ map(0xc000, 0xc003).w("sn2", FUNC(sn76496_device::write));
map(0xe000, 0xe000).r("ppi", FUNC(i8255_device::acka_r));
}