summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco53.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco53.cpp')
-rw-r--r--src/mame/machine/namco53.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco53.cpp b/src/mame/machine/namco53.cpp
index 1b183a614a9..52319e0302f 100644
--- a/src/mame/machine/namco53.cpp
+++ b/src/mame/machine/namco53.cpp
@@ -126,7 +126,7 @@ static ADDRESS_MAP_START( namco_53xx_map_io, AS_IO, 8,namco_53xx_device )
ADDRESS_MAP_END
-static MACHINE_CONFIG_FRAGMENT( namco_53xx )
+static MACHINE_CONFIG_START( namco_53xx )
MCFG_CPU_ADD("mcu", MB8843, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 */
MCFG_CPU_IO_MAP(namco_53xx_map_io)
MACHINE_CONFIG_END