summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts80.cpp')
-rw-r--r--src/mame/drivers/gts80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts80.cpp b/src/mame/drivers/gts80.cpp
index 7701f8e8c8b..7b0c703f21c 100644
--- a/src/mame/drivers/gts80.cpp
+++ b/src/mame/drivers/gts80.cpp
@@ -344,7 +344,7 @@ WRITE8_MEMBER( gts80_state::port3b_w )
if (m_r0_sound)
m_r0_sound->write(space, offset, sndcmd);
if (m_r1_sound)
- m_r1_sound->write(space, offset, sndcmd);
+ m_r1_sound->write(sndcmd);
}
void gts80_state::machine_reset()