summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/n63701x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/n63701x.cpp')
-rw-r--r--src/devices/sound/n63701x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/n63701x.cpp b/src/devices/sound/n63701x.cpp
index fae1ff01edd..7ba7eb2af7f 100644
--- a/src/devices/sound/n63701x.cpp
+++ b/src/devices/sound/n63701x.cpp
@@ -118,7 +118,7 @@ void namco_63701x_device::sound_stream_update(sound_stream &stream, stream_sampl
-WRITE8_MEMBER( namco_63701x_device::namco_63701x_w )
+void namco_63701x_device::write(offs_t offset, uint8_t data)
{
int ch = offset / 2;