summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/cmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/cmc.cpp')
-rw-r--r--src/devices/bus/neogeo/cmc.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/neogeo/cmc.cpp b/src/devices/bus/neogeo/cmc.cpp
index cc3661810fd..e3262d3527f 100644
--- a/src/devices/bus/neogeo/cmc.cpp
+++ b/src/devices/bus/neogeo/cmc.cpp
@@ -44,15 +44,10 @@ void neogeo_cmc_cart_device::device_reset()
}
-static MACHINE_CONFIG_START( cmc_cart )
+MACHINE_CONFIG_MEMBER( neogeo_cmc_cart_device::device_add_mconfig )
MCFG_CMC_PROT_ADD("cmc_prot")
MACHINE_CONFIG_END
-machine_config_constructor neogeo_cmc_cart_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( cmc_cart );
-}
-
/*************************************************
zupapa