summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tetrisp2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tetrisp2.cpp')
-rw-r--r--src/mame/drivers/tetrisp2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tetrisp2.cpp b/src/mame/drivers/tetrisp2.cpp
index 5947f894901..ba2f9a316c8 100644
--- a/src/mame/drivers/tetrisp2.cpp
+++ b/src/mame/drivers/tetrisp2.cpp
@@ -582,7 +582,7 @@ READ16_MEMBER(stepstag_state::stepstag_pc2main_r)
WRITE16_MEMBER(stepstag_state::stepstag_soundlatch_word_w)
{
- m_soundlatch->write(space, offset, data, mem_mask);
+ m_soundlatch->write(data);
m_subcpu->set_input_line(M68K_IRQ_6, HOLD_LINE);