summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/fcc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/fcc.cpp')
-rw-r--r--src/devices/bus/c64/fcc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/fcc.cpp b/src/devices/bus/c64/fcc.cpp
index 3dfda72f137..48f7595eed3 100644
--- a/src/devices/bus/c64/fcc.cpp
+++ b/src/devices/bus/c64/fcc.cpp
@@ -75,7 +75,7 @@ ADDRESS_MAP_END
//-------------------------------------------------
MACHINE_CONFIG_START(c64_final_chesscard_device::device_add_mconfig)
- MCFG_CPU_ADD(G65SC02P4_TAG, M65SC02, XTAL_5MHz)
+ MCFG_CPU_ADD(G65SC02P4_TAG, M65SC02, XTAL(5'000'000))
MCFG_CPU_PROGRAM_MAP(c64_fcc_map)
MACHINE_CONFIG_END