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 4047d3ff3e1..0803fe9f5b3 100644
--- a/src/mame/drivers/ax20.cpp
+++ b/src/mame/drivers/ax20.cpp
@@ -149,7 +149,7 @@ MACHINE_CONFIG_START(ax20_state::ax20)
MCFG_DEVICE_ADD("gfxdecode", GFXDECODE, "palette", gfx_ax20)
MCFG_PALETTE_ADD_MONOCHROME("palette")
- I8272A(config, m_fdc, true);
+ I8272A(config, m_fdc, 8'000'000, true);
/* Devices */
MCFG_FLOPPY_DRIVE_ADD("fdc:0", ax20_floppies, "525dd", isa8_fdc_device::floppy_formats)