summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/ccatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/ccatch.cpp')
-rw-r--r--src/devices/bus/sega8/ccatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sega8/ccatch.cpp b/src/devices/bus/sega8/ccatch.cpp
index 4f30ea15767..7c35aad62d8 100644
--- a/src/devices/bus/sega8/ccatch.cpp
+++ b/src/devices/bus/sega8/ccatch.cpp
@@ -52,7 +52,7 @@ static SLOT_INTERFACE_START(sg1000_card)
SLOT_INTERFACE_INTERNAL("rom", SEGA8_ROM_STD)
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( sub_slot )
+static MACHINE_CONFIG_START( sub_slot )
MCFG_SG1000_CARD_ADD("cardslot", sg1000_card, nullptr)
MACHINE_CONFIG_END