summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m24.cpp')
-rw-r--r--src/mame/drivers/m24.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m24.cpp b/src/mame/drivers/m24.cpp
index fbacf36ffeb..fb19281f910 100644
--- a/src/mame/drivers/m24.cpp
+++ b/src/mame/drivers/m24.cpp
@@ -238,7 +238,7 @@ FLOPPY_FORMATS_MEMBER( m24_state::floppy_formats )
FLOPPY_M20_FORMAT
FLOPPY_FORMATS_END
-static MACHINE_CONFIG_FRAGMENT( cfg_m20_format )
+static MACHINE_CONFIG_START( cfg_m20_format )
MCFG_DEVICE_MODIFY("fdc:0")
static_cast<floppy_connector *>(device)->set_formats(m24_state::floppy_formats);