summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/amstr_pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/amstr_pc.cpp')
-rw-r--r--src/mame/drivers/amstr_pc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/amstr_pc.cpp b/src/mame/drivers/amstr_pc.cpp
index d0a09fa54f3..b0f508ad1ee 100644
--- a/src/mame/drivers/amstr_pc.cpp
+++ b/src/mame/drivers/amstr_pc.cpp
@@ -526,7 +526,7 @@ MACHINE_CONFIG_DERIVED(amstrad_pc_state::ppc640, pc200)
MCFG_DEVICE_REMOVE("isa1")
MCFG_DEVICE_REMOVE("isa2")
- MCFG_MC146818_ADD( "rtc", XTAL_32_768kHz )
+ MCFG_MC146818_ADD( "rtc", XTAL(32'768) )
MACHINE_CONFIG_END
MACHINE_CONFIG_DERIVED(amstrad_pc_state::ppc512, ppc640)