summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kof2k2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kof2k2.cpp')
-rw-r--r--src/devices/bus/neogeo/kof2k2.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/neogeo/kof2k2.cpp b/src/devices/bus/neogeo/kof2k2.cpp
index 43b421ecca6..6d93a2ebffc 100644
--- a/src/devices/bus/neogeo/kof2k2.cpp
+++ b/src/devices/bus/neogeo/kof2k2.cpp
@@ -50,17 +50,12 @@ void neogeo_kof2k2type_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-static MACHINE_CONFIG_START( kof2002_cart )
+MACHINE_CONFIG_MEMBER( neogeo_kof2k2type_cart_device::device_add_mconfig )
MCFG_CMC_PROT_ADD("cmc_prot")
MCFG_PCM2_PROT_ADD("pcm2_prot")
MCFG_KOF2002_PROT_ADD("kof2002_prot")
MACHINE_CONFIG_END
-machine_config_constructor neogeo_kof2k2type_cart_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( kof2002_cart );
-}
-
/*************************************************
kof2002