summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cuda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cuda.cpp')
-rw-r--r--src/mame/machine/cuda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cuda.cpp b/src/mame/machine/cuda.cpp
index 0a37d7d57e9..8324541ac06 100644
--- a/src/mame/machine/cuda.cpp
+++ b/src/mame/machine/cuda.cpp
@@ -85,7 +85,7 @@ ADDRESS_MAP_END
//-------------------------------------------------
MACHINE_CONFIG_START(cuda_device::device_add_mconfig)
- MCFG_CPU_ADD(CUDA_CPU_TAG, M68HC05EG, XTAL_32_768kHz*192) // 32.768 kHz input clock, can be PLL'ed to x128 = 4.1 MHz under s/w control
+ MCFG_CPU_ADD(CUDA_CPU_TAG, M68HC05EG, XTAL(32'768)*192) // 32.768 kHz input clock, can be PLL'ed to x128 = 4.1 MHz under s/w control
MCFG_CPU_PROGRAM_MAP(cuda_map)
MACHINE_CONFIG_END