summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/slot/sv801.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/svi3x8/slot/sv801.cpp')
-rw-r--r--src/devices/bus/svi3x8/slot/sv801.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/svi3x8/slot/sv801.cpp b/src/devices/bus/svi3x8/slot/sv801.cpp
index b89f7fffede..137757be168 100644
--- a/src/devices/bus/svi3x8/slot/sv801.cpp
+++ b/src/devices/bus/svi3x8/slot/sv801.cpp
@@ -32,7 +32,7 @@ static void svi_floppies(device_slot_interface &device)
//-------------------------------------------------
MACHINE_CONFIG_START(sv801_device::device_add_mconfig)
- MCFG_FD1793_ADD("fdc", XTAL(8'000'000) / 8)
+ MCFG_DEVICE_ADD("fdc", FD1793, 8_MHz_XTAL / 8)
MCFG_WD_FDC_INTRQ_CALLBACK(WRITELINE(*this, sv801_device, intrq_w))
MCFG_WD_FDC_DRQ_CALLBACK(WRITELINE(*this, sv801_device, drq_w))