summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/crystal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crystal.cpp')
-rw-r--r--src/mame/drivers/crystal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crystal.cpp b/src/mame/drivers/crystal.cpp
index cf96ef2ae7d..95c31d15c21 100644
--- a/src/mame/drivers/crystal.cpp
+++ b/src/mame/drivers/crystal.cpp
@@ -1508,7 +1508,7 @@ MACHINE_CONFIG_START(crystal_state::crystal)
MCFG_PALETTE_ADD_RRRRRGGGGGGBBBBB("palette")
- MCFG_DS1302_ADD("rtc", XTAL(32'768))
+ MCFG_DEVICE_ADD("rtc", DS1302, 32.768_MHz_XTAL)
SPEAKER(config, "lspeaker").front_left();
SPEAKER(config, "rspeaker").front_right();