summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/oricext/jasmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/oricext/jasmin.cpp')
-rw-r--r--src/devices/bus/oricext/jasmin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/oricext/jasmin.cpp b/src/devices/bus/oricext/jasmin.cpp
index a7795cbf8e2..b5af4ec8049 100644
--- a/src/devices/bus/oricext/jasmin.cpp
+++ b/src/devices/bus/oricext/jasmin.cpp
@@ -73,7 +73,7 @@ const tiny_rom_entry *jasmin_device::device_rom_region() const
}
MACHINE_CONFIG_START(jasmin_device::device_add_mconfig)
- MCFG_WD1770_ADD("fdc", XTAL(8'000'000))
+ MCFG_DEVICE_ADD("fdc", WD1770, 8_MHz_XTAL)
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(*this, oricext_device, irq_w))
MCFG_FLOPPY_DRIVE_ADD("fdc:0", jasmin_floppies, "3dsdd", jasmin_device::floppy_formats)