summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sega8/mgear.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sega8/mgear.cpp')
-rw-r--r--src/devices/bus/sega8/mgear.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/devices/bus/sega8/mgear.cpp b/src/devices/bus/sega8/mgear.cpp
index a181fd75a06..76e80f8c433 100644
--- a/src/devices/bus/sega8/mgear.cpp
+++ b/src/devices/bus/sega8/mgear.cpp
@@ -37,16 +37,8 @@ void sega8_mgear_device::device_reset()
{
}
-/*-------------------------------------------------
- mapper specific handlers
- -------------------------------------------------*/
-static MACHINE_CONFIG_START( sub_slot )
+MACHINE_CONFIG_MEMBER( sega8_mgear_device::device_add_mconfig )
MCFG_SMS_CARTRIDGE_ADD("subslot", sms_cart, nullptr)
MCFG_SOFTWARE_LIST_ADD("cart_list","sms")
MACHINE_CONFIG_END
-
-machine_config_constructor sega8_mgear_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( sub_slot );
-}