summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/hd20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/hd20.cpp')
-rw-r--r--src/devices/bus/cpc/hd20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/hd20.cpp b/src/devices/bus/cpc/hd20.cpp
index 5a2a204346e..2917467d91f 100644
--- a/src/devices/bus/cpc/hd20.cpp
+++ b/src/devices/bus/cpc/hd20.cpp
@@ -15,7 +15,7 @@
DEFINE_DEVICE_TYPE(CPC_HD20, cpc_hd20_device, "cpc_hd20", "Dobbertin HD20")
-static MACHINE_CONFIG_FRAGMENT( cpc_hd20 )
+static MACHINE_CONFIG_START( cpc_hd20 )
MCFG_DEVICE_ADD("hdc",ST11M_HDC,0)
MCFG_XTHDC_IRQ_HANDLER(WRITELINE(cpc_hd20_device,irq_w))
MCFG_HARDDISK_ADD("hdc:primary")