summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricotp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apricotp.cpp')
-rw-r--r--src/mame/drivers/apricotp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apricotp.cpp b/src/mame/drivers/apricotp.cpp
index 77fe340d911..38fb1e435d0 100644
--- a/src/mame/drivers/apricotp.cpp
+++ b/src/mame/drivers/apricotp.cpp
@@ -577,7 +577,7 @@ SLOT_INTERFACE_END
MACHINE_CONFIG_START(fp_state::fp)
/* basic machine hardware */
- MCFG_CPU_ADD(I8086_TAG, I8086, XTAL_15MHz/3)
+ MCFG_CPU_ADD(I8086_TAG, I8086, XTAL(15'000'000)/3)
MCFG_CPU_PROGRAM_MAP(fp_mem)
MCFG_CPU_IO_MAP(fp_io)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE(I8259A_TAG, pic8259_device, inta_cb)