summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m6805evs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m6805evs.cpp')
-rw-r--r--src/mame/drivers/m6805evs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m6805evs.cpp b/src/mame/drivers/m6805evs.cpp
index efaae0b6fbb..12e62c809c7 100644
--- a/src/mame/drivers/m6805evs.cpp
+++ b/src/mame/drivers/m6805evs.cpp
@@ -101,7 +101,7 @@ void m6805evs_state::machine_reset()
MACHINE_CONFIG_START(m6805evs_state::m6805evs)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6805, XTAL_4MHz)
+ MCFG_CPU_ADD("maincpu", M6805, XTAL(4'000'000))
MCFG_CPU_PROGRAM_MAP(mem_map)
MACHINE_CONFIG_END