summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wicat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wicat.cpp')
-rw-r--r--src/mame/drivers/wicat.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/wicat.cpp b/src/mame/drivers/wicat.cpp
index aa344856ead..db550b28394 100644
--- a/src/mame/drivers/wicat.cpp
+++ b/src/mame/drivers/wicat.cpp
@@ -921,7 +921,8 @@ MACHINE_CONFIG_START(wicat_state::wicat)
MCFG_DEVICE_ADD("wd1kcpu", N8X300, 8_MHz_XTAL)
MCFG_DEVICE_PROGRAM_MAP(wicat_wd1000_mem)
MCFG_DEVICE_IO_MAP(wicat_wd1000_io)
- MCFG_FD1795_ADD("fdc", 8_MHz_XTAL)
+
+ MCFG_DEVICE_ADD("fdc", FD1795, 8_MHz_XTAL)
MCFG_FLOPPY_DRIVE_ADD("fdc:0", wicat_floppies, "525qd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_SOUND(true)
MCFG_FLOPPY_DRIVE_ADD("fdc:1", wicat_floppies, nullptr, floppy_image_device::default_floppy_formats)