diff options
Diffstat (limited to 'src/devices/bus/newbrain')
-rw-r--r-- | src/devices/bus/newbrain/eim.cpp | 4 | ||||
-rw-r--r-- | src/devices/bus/newbrain/fdc.cpp | 4 |
2 files changed, 4 insertions, 4 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)) diff --git a/src/devices/bus/newbrain/fdc.cpp b/src/devices/bus/newbrain/fdc.cpp index 4618588353a..592c17c8168 100644 --- a/src/devices/bus/newbrain/fdc.cpp +++ b/src/devices/bus/newbrain/fdc.cpp @@ -98,10 +98,10 @@ SLOT_INTERFACE_END //------------------------------------------------- -// MACHINE_CONFIG_FRAGMENT( newbrain_fdc ) +// MACHINE_CONFIG_START( newbrain_fdc ) //------------------------------------------------- -static MACHINE_CONFIG_FRAGMENT( newbrain_fdc ) +static MACHINE_CONFIG_START( newbrain_fdc ) MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_4MHz) MCFG_CPU_PROGRAM_MAP(newbrain_fdc_mem) MCFG_CPU_IO_MAP(newbrain_fdc_io) |