summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/pvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/pvc.cpp')
-rw-r--r--src/devices/bus/neogeo/pvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/pvc.cpp b/src/devices/bus/neogeo/pvc.cpp
index 870443dca40..612ab19cbf5 100644
--- a/src/devices/bus/neogeo/pvc.cpp
+++ b/src/devices/bus/neogeo/pvc.cpp
@@ -50,7 +50,7 @@ void neogeo_pvc_cart_device::device_reset()
mapper specific handlers
-------------------------------------------------*/
-static MACHINE_CONFIG_FRAGMENT( pvc_cart )
+static MACHINE_CONFIG_START( pvc_cart )
MCFG_CMC_PROT_ADD("cmc_prot")
MCFG_PCM2_PROT_ADD("pcm2_prot")
MCFG_PVC_PROT_ADD("pvc_prot")