summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/upd934g.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/upd934g.cpp')
-rw-r--r--src/devices/sound/upd934g.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/upd934g.cpp b/src/devices/sound/upd934g.cpp
index 090fb98d725..75ba3fb4186 100644
--- a/src/devices/sound/upd934g.cpp
+++ b/src/devices/sound/upd934g.cpp
@@ -115,7 +115,7 @@ void upd934g_device::sound_stream_update(sound_stream &stream, stream_sample_t *
// INTERFACE
//**************************************************************************
-WRITE8_MEMBER( upd934g_device::write )
+void upd934g_device::write(offs_t offset, uint8_t data)
{
switch (offset)
{