summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/sms.cpp')
-rw-r--r--src/mame/machine/sms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/sms.cpp b/src/mame/machine/sms.cpp
index b91d73dad44..55c9f01871c 100644
--- a/src/mame/machine/sms.cpp
+++ b/src/mame/machine/sms.cpp
@@ -543,7 +543,7 @@ WRITE8_MEMBER(sms_state::gg_psg_stereo_w)
if (m_cartslot->exists() && m_cartslot->get_sms_mode())
return;
- m_psg_gg->stereo_w(space, offset, data, mem_mask);
+ m_psg_gg->stereo_w(data);
}