summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/channelf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/channelf.cpp')
-rw-r--r--src/mame/drivers/channelf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/channelf.cpp b/src/mame/drivers/channelf.cpp
index d7b666415d3..b7c35635bce 100644
--- a/src/mame/drivers/channelf.cpp
+++ b/src/mame/drivers/channelf.cpp
@@ -199,7 +199,7 @@ static SLOT_INTERFACE_START(cf_cart)
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( channelf_cart )
+static MACHINE_CONFIG_START( channelf_cart )
/* cartridge */
MCFG_CHANNELF_CARTRIDGE_ADD("cartslot", cf_cart, nullptr)