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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/vme/vme_mvme350.cpp b/src/devices/bus/vme/vme_mvme350.cpp
index 01d61e693f4..f1bb9d5dc46 100644
--- a/src/devices/bus/vme/vme_mvme350.cpp
+++ b/src/devices/bus/vme/vme_mvme350.cpp
@@ -191,8 +191,8 @@ ROM_END
MACHINE_CONFIG_START(vme_mvme350_card_device::device_add_mconfig)
/* basic machine hardware */
- MCFG_CPU_ADD (MVME350_CPU_TAG, M68010, XTAL(10'000'000))
- MCFG_CPU_PROGRAM_MAP (mvme350_mem)
+ MCFG_DEVICE_ADD (MVME350_CPU_TAG, M68010, XTAL(10'000'000))
+ MCFG_DEVICE_PROGRAM_MAP (mvme350_mem)
/* PIT Parallel Interface and Timer device, assuming strapped for on board clock */
MCFG_DEVICE_ADD("pit", PIT68230, XTAL(16'000'000) / 2)
MACHINE_CONFIG_END