summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ax20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ax20.cpp')
-rw-r--r--src/mame/drivers/ax20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ax20.cpp b/src/mame/drivers/ax20.cpp
index aef08791b16..fc75f4ff6c3 100644
--- a/src/mame/drivers/ax20.cpp
+++ b/src/mame/drivers/ax20.cpp
@@ -124,7 +124,7 @@ SLOT_INTERFACE_END
MACHINE_CONFIG_START(ax20_state::ax20)
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", I8088, XTAL_14_31818MHz/3)
+ MCFG_CPU_ADD("maincpu", I8088, XTAL(14'318'181)/3)
MCFG_CPU_PROGRAM_MAP(ax20_map)
MCFG_CPU_IO_MAP(ax20_io)