summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m20_8086.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m20_8086.cpp')
-rw-r--r--src/mame/machine/m20_8086.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m20_8086.cpp b/src/mame/machine/m20_8086.cpp
index abd414b7065..05f3f6508d6 100644
--- a/src/mame/machine/m20_8086.cpp
+++ b/src/mame/machine/m20_8086.cpp
@@ -56,7 +56,7 @@ static ADDRESS_MAP_START(i86_io, AS_IO, 16, m20_8086_device)
ADDRESS_MAP_END
MACHINE_CONFIG_START(m20_8086_device::device_add_mconfig)
- MCFG_CPU_ADD("8086", I8086, XTAL_24MHz/3)
+ MCFG_CPU_ADD("8086", I8086, XTAL(24'000'000)/3)
MCFG_CPU_PROGRAM_MAP(i86_prog)
MCFG_CPU_IO_MAP(i86_io)
MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER(m20_8086_device, int_cb)