summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/rax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/rax.cpp')
-rw-r--r--src/mame/audio/rax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/rax.cpp b/src/mame/audio/rax.cpp
index 47bc9a690d6..bc62cfa53dd 100644
--- a/src/mame/audio/rax.cpp
+++ b/src/mame/audio/rax.cpp
@@ -488,7 +488,7 @@ acclaim_rax_device::acclaim_rax_device(const machine_config &mconfig, const char
//-------------------------------------------------
MACHINE_CONFIG_START(acclaim_rax_device::device_add_mconfig)
- MCFG_CPU_ADD("adsp", ADSP2181, XTAL_16_67MHz)
+ MCFG_CPU_ADD("adsp", ADSP2181, XTAL(16'670'000))
MCFG_ADSP21XX_SPORT_TX_CB(WRITE32(acclaim_rax_device, adsp_sound_tx_callback)) /* callback for serial transmit */
MCFG_ADSP21XX_DMOVLAY_CB(WRITE32(acclaim_rax_device, dmovlay_callback)) // callback for adsp 2181 dmovlay instruction
MCFG_CPU_PROGRAM_MAP(adsp_program_map)