summaryrefslogtreecommitdiffstatshomepage
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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m3comm.cpp b/src/mame/machine/m3comm.cpp
index 7017e16928a..44d64246d84 100644
--- a/src/mame/machine/m3comm.cpp
+++ b/src/mame/machine/m3comm.cpp
@@ -103,7 +103,7 @@ static ADDRESS_MAP_START( m3comm_mem, AS_PROGRAM, 16, m3comm_device )
ADDRESS_MAP_END
-MACHINE_CONFIG_FRAGMENT( m3comm )
+MACHINE_CONFIG_START( m3comm )
MCFG_CPU_ADD(M68K_TAG, M68000, 10000000) // random
MCFG_CPU_PROGRAM_MAP(m3comm_mem)