summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc.cpp')
-rw-r--r--src/mame/drivers/pc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pc.cpp b/src/mame/drivers/pc.cpp
index 6945b4e914b..611f0e56bc7 100644
--- a/src/mame/drivers/pc.cpp
+++ b/src/mame/drivers/pc.cpp
@@ -421,14 +421,14 @@ static MACHINE_CONFIG_START( pccga )
MACHINE_CONFIG_END
-static MACHINE_CONFIG_FRAGMENT( cfg_dual_720K )
+static MACHINE_CONFIG_START( cfg_dual_720K )
MCFG_DEVICE_MODIFY("fdc:0")
MCFG_SLOT_DEFAULT_OPTION("35dd")
MCFG_DEVICE_MODIFY("fdc:1")
MCFG_SLOT_DEFAULT_OPTION("35dd")
MACHINE_CONFIG_END
-static MACHINE_CONFIG_FRAGMENT( cfg_single_360K )
+static MACHINE_CONFIG_START( cfg_single_360K )
MCFG_DEVICE_MODIFY("fdc:0")
MCFG_SLOT_DEFAULT_OPTION("525dd")
MCFG_SLOT_FIXED(true)