summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ccs2810.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ccs2810.cpp')
-rw-r--r--src/mame/drivers/ccs2810.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ccs2810.cpp b/src/mame/drivers/ccs2810.cpp
index bf5ad539207..3067d72d8d0 100644
--- a/src/mame/drivers/ccs2810.cpp
+++ b/src/mame/drivers/ccs2810.cpp
@@ -954,7 +954,7 @@ MACHINE_CONFIG_START(ccs_state::ccs2422)
rs232.dsr_handler().set(m_ins8250, FUNC(ins8250_device::dsr_w));
rs232.cts_handler().set(m_ins8250, FUNC(ins8250_device::cts_w));
- MCFG_DEVICE_ADD("fdc", MB8877, 16_MHz_XTAL / 8) // UB1793 or MB8877
+ MB8877(config, m_fdc, 16_MHz_XTAL / 8); // UB1793 or MB8877
MCFG_FLOPPY_DRIVE_ADD("fdc:0", ccs_floppies, "8sssd", floppy_image_device::default_floppy_formats)
MCFG_FLOPPY_DRIVE_SOUND(true)
MACHINE_CONFIG_END