summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/snes/bsx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/snes/bsx.cpp')
-rw-r--r--src/devices/bus/snes/bsx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/snes/bsx.cpp b/src/devices/bus/snes/bsx.cpp
index 984d0a04f45..0db57529bdb 100644
--- a/src/devices/bus/snes/bsx.cpp
+++ b/src/devices/bus/snes/bsx.cpp
@@ -234,14 +234,14 @@ void sns_rom_bsx_device::bsx_base::write(uint32_t offset, uint8_t data)
}
//-------------------------------------------------
-// MACHINE_CONFIG_FRAGMENT( bs_slot )
+// MACHINE_CONFIG_START( bs_slot )
//-------------------------------------------------
static SLOT_INTERFACE_START(bsx_cart)
SLOT_INTERFACE_INTERNAL("bsmempak", SNS_BSMEMPAK)
SLOT_INTERFACE_END
-static MACHINE_CONFIG_FRAGMENT( bs_slot )
+static MACHINE_CONFIG_START( bs_slot )
MCFG_SNS_BSX_CARTRIDGE_ADD("bs_slot", bsx_cart, nullptr)
MACHINE_CONFIG_END