summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deshoros.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/deshoros.cpp')
-rw-r--r--src/mame/drivers/deshoros.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deshoros.cpp b/src/mame/drivers/deshoros.cpp
index 1572c303e5d..45840987d5c 100644
--- a/src/mame/drivers/deshoros.cpp
+++ b/src/mame/drivers/deshoros.cpp
@@ -265,7 +265,7 @@ void destiny_state::machine_reset()
MACHINE_CONFIG_START(destiny_state::destiny)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6809, XTAL_4MHz/2)
+ MCFG_CPU_ADD("maincpu", M6809, XTAL(4'000'000)/2)
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_CPU_PERIODIC_INT_DRIVER(destiny_state, irq0_line_hold, 50) // timer irq controls update speed, frequency needs to be determined yet (2MHz through three 74LS390)