summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/comx35/expbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/comx35/expbox.cpp')
-rw-r--r--src/devices/bus/comx35/expbox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/comx35/expbox.cpp b/src/devices/bus/comx35/expbox.cpp
index 1eacd1dea5e..21d83bf44e6 100644
--- a/src/devices/bus/comx35/expbox.cpp
+++ b/src/devices/bus/comx35/expbox.cpp
@@ -95,10 +95,10 @@ const tiny_rom_entry *comx_eb_device::device_rom_region() const
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( comx_eb )
+// MACHINE_CONFIG_START( comx_eb )
//-------------------------------------------------
-static MACHINE_CONFIG_FRAGMENT( comx_eb )
+static MACHINE_CONFIG_START( comx_eb )
MCFG_COMX_EXPANSION_SLOT_ADD(SLOT1_TAG, comx_expansion_cards, "fd")
MCFG_COMX_EXPANSION_SLOT_IRQ_CALLBACK(WRITELINE(comx_eb_device, slot1_irq_w))
MCFG_COMX_EXPANSION_SLOT_ADD(SLOT2_TAG, comx_expansion_cards, "clm")