summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/isbc_208.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/isbc_208.cpp')
-rw-r--r--src/mame/machine/isbc_208.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/isbc_208.cpp b/src/mame/machine/isbc_208.cpp
index f7f21f80c9f..82f90e2d0d8 100644
--- a/src/mame/machine/isbc_208.cpp
+++ b/src/mame/machine/isbc_208.cpp
@@ -28,7 +28,7 @@ static SLOT_INTERFACE_START( isbc_208_floppies )
SLOT_INTERFACE( "525dd", FLOPPY_525_DD )
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( isbc_208 )
+static MACHINE_CONFIG_START( isbc_208 )
MCFG_DEVICE_ADD("dmac", AM9517A, XTAL_8MHz/4)
MCFG_I8237_OUT_HREQ_CB(WRITELINE(isbc_208_device, hreq_w))
MCFG_I8237_OUT_EOP_CB(WRITELINE(isbc_208_device, out_eop_w))