summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/newbrain/eim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/newbrain/eim.cpp')
-rw-r--r--src/devices/bus/newbrain/eim.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/newbrain/eim.cpp b/src/devices/bus/newbrain/eim.cpp
index e1a70e6f682..d7a982547fe 100644
--- a/src/devices/bus/newbrain/eim.cpp
+++ b/src/devices/bus/newbrain/eim.cpp
@@ -64,10 +64,10 @@ const tiny_rom_entry *newbrain_eim_device::device_rom_region() const
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( newbrain_eim )
+// MACHINE_CONFIG_START( newbrain_eim )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( newbrain_eim )
+static MACHINE_CONFIG_START( newbrain_eim )
// devices
MCFG_DEVICE_ADD(Z80CTC_TAG, Z80CTC, XTAL_16MHz/8)
MCFG_Z80CTC_ZC0_CB(DEVWRITELINE(MC6850_TAG, acia6850_device, write_rxc))