summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gts80b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gts80b.cpp')
-rw-r--r--src/mame/drivers/gts80b.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gts80b.cpp b/src/mame/drivers/gts80b.cpp
index 0ddfbe0b734..7ffcf93a53d 100644
--- a/src/mame/drivers/gts80b.cpp
+++ b/src/mame/drivers/gts80b.cpp
@@ -374,7 +374,7 @@ WRITE8_MEMBER( gts80b_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 gts80b_state::machine_reset()