summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/hng64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/hng64.cpp')
-rw-r--r--src/mame/audio/hng64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/hng64.cpp b/src/mame/audio/hng64.cpp
index 5207f3d98ae..aa10cff4bfd 100644
--- a/src/mame/audio/hng64.cpp
+++ b/src/mame/audio/hng64.cpp
@@ -202,7 +202,7 @@ WRITE16_MEMBER(hng64_state::hng64_sound_port_0008_w)
/* TODO: huh? */
m_audiocpu->dreq_w<3>(data&0x1);
- m_dsp->l7a1045_sound_w(space,8/2,data,mem_mask);
+ m_dsp->l7a1045_sound_w(8/2,data,mem_mask);
// m_audiocpu->hack_w(1);
}