summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcktgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcktgal.cpp')
-rw-r--r--src/mame/drivers/pcktgal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcktgal.cpp b/src/mame/drivers/pcktgal.cpp
index 30c34152edd..293c6d6f1ed 100644
--- a/src/mame/drivers/pcktgal.cpp
+++ b/src/mame/drivers/pcktgal.cpp
@@ -50,7 +50,7 @@ WRITE8_MEMBER(pcktgal_state::sound_w)
WRITE_LINE_MEMBER(pcktgal_state::adpcm_int)
{
- m_msm->write_data(m_msm5205next >> 4);
+ m_msm->data_w(m_msm5205next >> 4);
m_msm5205next <<= 4;
m_toggle = 1 - m_toggle;