summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tryout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tryout.cpp')
-rw-r--r--src/mame/drivers/tryout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tryout.cpp b/src/mame/drivers/tryout.cpp
index 5a30afd1faf..99b6ba0e83d 100644
--- a/src/mame/drivers/tryout.cpp
+++ b/src/mame/drivers/tryout.cpp
@@ -35,7 +35,7 @@ WRITE8_MEMBER(tryout_state::nmi_ack_w)
WRITE8_MEMBER(tryout_state::sound_w)
{
- m_soundlatch->write(space, 0, data);
+ m_soundlatch->write(data);
m_audiocpu->set_input_line(0, HOLD_LINE);
}