summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/huc6230.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/huc6230.cpp')
-rw-r--r--src/devices/sound/huc6230.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/huc6230.cpp b/src/devices/sound/huc6230.cpp
index 57e3b77ab26..01d5799ac59 100644
--- a/src/devices/sound/huc6230.cpp
+++ b/src/devices/sound/huc6230.cpp
@@ -52,7 +52,7 @@ WRITE8_MEMBER( huc6230_device::write )
m_stream->update();
if (offset < 0x10)
{
- m_psg->c6280_w(space, offset, data, mem_mask);
+ m_psg->c6280_w(offset, data);
}
else if (offset < 0x11)
{