summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atarifdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atarifdc.cpp')
-rw-r--r--src/mame/machine/atarifdc.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mame/machine/atarifdc.cpp b/src/mame/machine/atarifdc.cpp
index 977db4392d3..357cdb906af 100644
--- a/src/mame/machine/atarifdc.cpp
+++ b/src/mame/machine/atarifdc.cpp
@@ -796,7 +796,6 @@ void atari_fdc_device::device_start()
// device_add_mconfig - add device configuration
//-------------------------------------------------
-void atari_fdc_device::device_add_mconfig(machine_config &config)
-{
- legacy_floppy_image_device::add_4drives(config, &atari_floppy_interface);
-}
+MACHINE_CONFIG_START(atari_fdc_device::device_add_mconfig)
+ MCFG_LEGACY_FLOPPY_4_DRIVES_ADD(atari_floppy_interface)
+MACHINE_CONFIG_END