summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/hdc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/hdc.cpp')
-rw-r--r--src/devices/bus/isa/hdc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/isa/hdc.cpp b/src/devices/bus/isa/hdc.cpp
index 4f22a5ac616..c5d5797ecd2 100644
--- a/src/devices/bus/isa/hdc.cpp
+++ b/src/devices/bus/isa/hdc.cpp
@@ -112,7 +112,7 @@ static const char *const hdc_command_names[] =
nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr /* 0xF8-0xFF */
};
-static MACHINE_CONFIG_FRAGMENT( xt_hdc_config )
+static MACHINE_CONFIG_START( xt_hdc_config )
MCFG_DEVICE_ADD("hdc",XT_HDC,0)
MCFG_XTHDC_IRQ_HANDLER(WRITELINE(isa8_hdc_device,irq_w))
MCFG_XTHDC_DRQ_HANDLER(WRITELINE(isa8_hdc_device,drq_w))
@@ -120,7 +120,7 @@ static MACHINE_CONFIG_FRAGMENT( xt_hdc_config )
MCFG_HARDDISK_ADD("hdc:slave")
MACHINE_CONFIG_END
-static MACHINE_CONFIG_FRAGMENT( ec1841_hdc_config )
+static MACHINE_CONFIG_START( ec1841_hdc_config )
MCFG_DEVICE_ADD("hdc",EC1841_HDC,0)
MCFG_XTHDC_IRQ_HANDLER(WRITELINE(isa8_hdc_ec1841_device,irq_w))
MCFG_XTHDC_DRQ_HANDLER(WRITELINE(isa8_hdc_ec1841_device,drq_w))