summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/fatfury2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/fatfury2.cpp')
-rw-r--r--src/devices/bus/neogeo/fatfury2.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/devices/bus/neogeo/fatfury2.cpp b/src/devices/bus/neogeo/fatfury2.cpp
index b3c9dea575e..66fcfdc98a1 100644
--- a/src/devices/bus/neogeo/fatfury2.cpp
+++ b/src/devices/bus/neogeo/fatfury2.cpp
@@ -43,6 +43,7 @@ void neogeo_fatfury2_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-MACHINE_CONFIG_START(neogeo_fatfury2_cart_device::device_add_mconfig)
- MCFG_FATFURY2_PROT_ADD("fatfury2_prot")
-MACHINE_CONFIG_END
+void neogeo_fatfury2_cart_device::device_add_mconfig(machine_config &config)
+{
+ NG_FATFURY2_PROT(config, m_prot);
+}