summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/idehd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/idehd.cpp')
-rw-r--r--src/devices/machine/idehd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/idehd.cpp b/src/devices/machine/idehd.cpp
index 032b85bc6e8..300a6d49860 100644
--- a/src/devices/machine/idehd.cpp
+++ b/src/devices/machine/idehd.cpp
@@ -857,7 +857,7 @@ uint8_t ide_hdd_device::calculate_status()
// machine_config_additions - device-specific
// machine configurations
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( hdd_image )
+static MACHINE_CONFIG_START( hdd_image )
MCFG_HARDDISK_ADD( "image" )
MACHINE_CONFIG_END