summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kncljoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kncljoe.cpp')
-rw-r--r--src/mame/drivers/kncljoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/kncljoe.cpp b/src/mame/drivers/kncljoe.cpp
index 74d90fec1c6..670a8c18638 100644
--- a/src/mame/drivers/kncljoe.cpp
+++ b/src/mame/drivers/kncljoe.cpp
@@ -39,7 +39,7 @@ Updates:
WRITE8_MEMBER(kncljoe_state::sound_cmd_w)
{
if ((data & 0x80) == 0)
- m_soundlatch->write(space, 0, data & 0x7f);
+ m_soundlatch->write(data & 0x7f);
else
m_soundcpu->set_input_line(0, ASSERT_LINE);
}