summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mtx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mtx.cpp')
-rw-r--r--src/mame/machine/mtx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mtx.cpp b/src/mame/machine/mtx.cpp
index 5c081036b0a..846648b30e8 100644
--- a/src/mame/machine/mtx.cpp
+++ b/src/mame/machine/mtx.cpp
@@ -180,7 +180,7 @@ WRITE8_MEMBER(mtx_state::mtx_bankswitch_w)
READ8_MEMBER(mtx_state::mtx_sound_strobe_r)
{
- m_sn->write(space, 0, m_sound_latch);
+ m_sn->write(m_sound_latch);
return 0xff;
}