summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/mslugx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/mslugx.cpp')
-rw-r--r--src/devices/bus/neogeo/mslugx.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/bus/neogeo/mslugx.cpp b/src/devices/bus/neogeo/mslugx.cpp
index 2917841cac3..521f5636a1b 100644
--- a/src/devices/bus/neogeo/mslugx.cpp
+++ b/src/devices/bus/neogeo/mslugx.cpp
@@ -43,7 +43,6 @@ void neogeo_mslugx_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-void neogeo_mslugx_cart_device::device_add_mconfig(machine_config &config)
-{
- NG_MSLUGX_PROT(config, m_prot);
-}
+MACHINE_CONFIG_START(neogeo_mslugx_cart_device::device_add_mconfig)
+ MCFG_MSLUGX_PROT_ADD("mslugx_prot")
+MACHINE_CONFIG_END