summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/kof98.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/kof98.cpp')
-rw-r--r--src/devices/bus/neogeo/kof98.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/devices/bus/neogeo/kof98.cpp b/src/devices/bus/neogeo/kof98.cpp
index 80f1ba7a271..f022ea1d748 100644
--- a/src/devices/bus/neogeo/kof98.cpp
+++ b/src/devices/bus/neogeo/kof98.cpp
@@ -43,15 +43,10 @@ void neogeo_kof98_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-static MACHINE_CONFIG_START( kof98_cart )
+MACHINE_CONFIG_MEMBER( neogeo_kof98_cart_device::device_add_mconfig )
MCFG_KOF98_PROT_ADD("kof98_prot")
MACHINE_CONFIG_END
-machine_config_constructor neogeo_kof98_cart_device::device_mconfig_additions() const
-{
- return MACHINE_CONFIG_NAME( kof98_cart );
-}
-
void neogeo_kof98_cart_device::decrypt_all(DECRYPT_ALL_PARAMS)
{
m_prot->decrypt_68k(cpuregion, cpuregion_size);