summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/m3comm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m3comm.cpp')
-rw-r--r--src/mame/machine/m3comm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/m3comm.cpp b/src/mame/machine/m3comm.cpp
index 5d1a7342921..6b3641c9c66 100644
--- a/src/mame/machine/m3comm.cpp
+++ b/src/mame/machine/m3comm.cpp
@@ -119,8 +119,8 @@ DEFINE_DEVICE_TYPE(M3COMM, m3comm_device, "m3comm", "Model 3 Communication Board
//-------------------------------------------------
MACHINE_CONFIG_START(m3comm_device::device_add_mconfig)
- MCFG_CPU_ADD(M68K_TAG, M68000, 10000000) // random
- MCFG_CPU_PROGRAM_MAP(m3comm_mem)
+ MCFG_DEVICE_ADD(M68K_TAG, M68000, 10000000) // random
+ MCFG_DEVICE_PROGRAM_MAP(m3comm_mem)
MCFG_RAM_ADD(RAM_TAG)
MCFG_RAM_DEFAULT_SIZE("128K")