summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/pcm2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/pcm2.cpp')
-rw-r--r--src/devices/bus/neogeo/pcm2.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/devices/bus/neogeo/pcm2.cpp b/src/devices/bus/neogeo/pcm2.cpp
index 521c796d59a..e098d796229 100644
--- a/src/devices/bus/neogeo/pcm2.cpp
+++ b/src/devices/bus/neogeo/pcm2.cpp
@@ -49,11 +49,10 @@ void neogeo_pcm2_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-void neogeo_pcm2_cart_device::device_add_mconfig(machine_config &config)
-{
- NG_CMC_PROT(config, m_cmc_prot);
- NG_PCM2_PROT(config, m_pcm2_prot);
-}
+MACHINE_CONFIG_START(neogeo_pcm2_cart_device::device_add_mconfig)
+ MCFG_CMC_PROT_ADD("cmc_prot")
+ MCFG_PCM2_PROT_ADD("pcm2_prot")
+MACHINE_CONFIG_END
/*************************************************