summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_currah_speech.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/c64_currah_speech.c')
-rw-r--r--src/mess/machine/c64_currah_speech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c64_currah_speech.c b/src/mess/machine/c64_currah_speech.c
index fb22143ffda..69f02ba7b73 100644
--- a/src/mess/machine/c64_currah_speech.c
+++ b/src/mess/machine/c64_currah_speech.c
@@ -264,6 +264,6 @@ void c64_currah_speech_cartridge_device::c64_cd_w(address_space &space, offs_t o
set_osc1(voice, intonation);
- sp0256_ALD_w(m_nsp, 0, data & 0x3f);
+ sp0256_ALD_w(m_nsp, space, 0, data & 0x3f);
}
}