summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cm1800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cm1800.cpp')
-rw-r--r--src/mame/drivers/cm1800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cm1800.cpp b/src/mame/drivers/cm1800.cpp
index 92048709bf3..f76fab329d1 100644
--- a/src/mame/drivers/cm1800.cpp
+++ b/src/mame/drivers/cm1800.cpp
@@ -110,7 +110,7 @@ void cm1800_state::machine_reset()
MACHINE_CONFIG_START(cm1800_state::cm1800)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I8080, XTAL_2MHz)
+ MCFG_CPU_ADD("maincpu", I8080, XTAL(2'000'000))
MCFG_CPU_PROGRAM_MAP(mem_map)
MCFG_CPU_IO_MAP(io_map)