summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/fdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/fdc.cpp')
-rw-r--r--src/devices/bus/comx35/fdc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/comx35/fdc.cpp b/src/devices/bus/comx35/fdc.cpp
index 962ff78c6af..4b47ae79ff0 100644
--- a/src/devices/bus/comx35/fdc.cpp
+++ b/src/devices/bus/comx35/fdc.cpp
@@ -97,7 +97,7 @@ static void comx_fd_floppies(device_slot_interface &device)
//-------------------------------------------------
MACHINE_CONFIG_START(comx_fd_device::device_add_mconfig)
- MCFG_WD1770_ADD(WD1770_TAG, XTAL(8'000'000))
+ MCFG_DEVICE_ADD(WD1770_TAG, WD1770, 8_MHz_XTAL)
MCFG_FLOPPY_DRIVE_ADD(WD1770_TAG":0", comx_fd_floppies, "525sd35t", comx_fd_device::floppy_formats)
MCFG_FLOPPY_DRIVE_ADD(WD1770_TAG":1", comx_fd_floppies, nullptr, comx_fd_device::floppy_formats)