summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vme/vme_mvme350.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vme/vme_mvme350.cpp')
-rw-r--r--src/devices/bus/vme/vme_mvme350.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vme/vme_mvme350.cpp b/src/devices/bus/vme/vme_mvme350.cpp
index 22a6ef8f7c9..40d2f3bd30e 100644
--- a/src/devices/bus/vme/vme_mvme350.cpp
+++ b/src/devices/bus/vme/vme_mvme350.cpp
@@ -188,7 +188,7 @@ ROM_END
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( vme_mvme350_card_device::device_add_mconfig )
+MACHINE_CONFIG_START(vme_mvme350_card_device::device_add_mconfig)
/* basic machine hardware */
MCFG_CPU_ADD (MVME350_CPU_TAG, M68010, XTAL_10MHz)
MCFG_CPU_PROGRAM_MAP (mvme350_mem)