summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/qix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/qix.cpp')
-rw-r--r--src/mame/machine/qix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/qix.cpp b/src/mame/machine/qix.cpp
index 776dab2a964..579fd77fc32 100644
--- a/src/mame/machine/qix.cpp
+++ b/src/mame/machine/qix.cpp
@@ -157,7 +157,7 @@ WRITE8_MEMBER(qixmcu_state::coin_w)
logerror("qixmcu_state, coin_w = %02X\n", data);
/* this is a callback called by pia6821_device::write(), so I don't need to synchronize */
/* the CPUs - they have already been synchronized by qix_pia_w() */
- m_mcu->pa_w(space, 0, data, mem_mask);
+ m_mcu->pa_w(data);
}