summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mhavoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mhavoc.c')
-rw-r--r--src/mame/machine/mhavoc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mhavoc.c b/src/mame/machine/mhavoc.c
index f207f893723..42e81a1b958 100644
--- a/src/mame/machine/mhavoc.c
+++ b/src/mame/machine/mhavoc.c
@@ -311,7 +311,7 @@ WRITE8_MEMBER(mhavoc_state::mhavocrv_speech_data_w)
WRITE8_MEMBER(mhavoc_state::mhavocrv_speech_strobe_w)
{
device_t *tms = machine().device("tms");
- tms5220_data_w(tms, 0, m_speech_write_buffer);
+ tms5220_data_w(tms, space, 0, m_speech_write_buffer);
}
/*************************************