summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/x68k.cpp')
-rw-r--r--src/mame/drivers/x68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/x68k.cpp b/src/mame/drivers/x68k.cpp
index 0be83bea167..19da99f1a6e 100644
--- a/src/mame/drivers/x68k.cpp
+++ b/src/mame/drivers/x68k.cpp
@@ -728,7 +728,7 @@ WRITE8_MEMBER(x68k_state::x68k_ct_w)
m_adpcm.clock = data & 0x02;
x68k_set_adpcm();
- m_okim6258->set_clock(data & 0x02 ? 4000000 : 8000000);
+ m_okim6258->set_unscaled_clock(data & 0x02 ? 4000000 : 8000000);
}
/*