summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/toki.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/toki.cpp')
-rw-r--r--src/mame/drivers/toki.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/toki.cpp b/src/mame/drivers/toki.cpp
index 1c365754f82..4e5aea77002 100644
--- a/src/mame/drivers/toki.cpp
+++ b/src/mame/drivers/toki.cpp
@@ -118,7 +118,7 @@ READ16_MEMBER(toki_state::pip_r)
WRITE_LINE_MEMBER(toki_state::tokib_adpcm_int)
{
- m_msm->write_data(m_msm5205next);
+ m_msm->data_w(m_msm5205next);
m_msm5205next >>= 4;
m_toggle ^= 1;