summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/elekscmp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/elekscmp.cpp')
-rw-r--r--src/mame/drivers/elekscmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/elekscmp.cpp b/src/mame/drivers/elekscmp.cpp
index c2055e2138d..4ab1821c71a 100644
--- a/src/mame/drivers/elekscmp.cpp
+++ b/src/mame/drivers/elekscmp.cpp
@@ -143,7 +143,7 @@ INPUT_PORTS_END
MACHINE_CONFIG_START(elekscmp_state::elekscmp)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu",INS8060, XTAL_4MHz)
+ MCFG_CPU_ADD("maincpu",INS8060, XTAL(4'000'000))
MCFG_CPU_PROGRAM_MAP(mem_map)
/* video hardware */