summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/h6280/h6280.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/h6280/h6280.cpp')
-rw-r--r--src/devices/cpu/h6280/h6280.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h6280/h6280.cpp b/src/devices/cpu/h6280/h6280.cpp
index 40dde50f0ae..ffb0f4088c1 100644
--- a/src/devices/cpu/h6280/h6280.cpp
+++ b/src/devices/cpu/h6280/h6280.cpp
@@ -2604,7 +2604,7 @@ READ8_MEMBER( h6280_device::io_buffer_r )
WRITE8_MEMBER( h6280_device::psg_w )
{
m_io_buffer = data;
- m_psg->c6280_w(space,offset,data,mem_mask);
+ m_psg->c6280_w(offset, data);
}
bool h6280_device::memory_translate(int spacenum, int intention, offs_t &address)