From 59337f9e503618cf287a1888da376010d6611682 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 11 Mar 2020 20:04:17 +0100 Subject: src/devices: simplified some handlers (nw) --- src/devices/sound/huc6230.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/huc6230.cpp') 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) { -- cgit v1.2.3