summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco62.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco62.cpp')
-rw-r--r--src/mame/machine/namco62.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco62.cpp b/src/mame/machine/namco62.cpp
index 680b1223f37..34876c9faac 100644
--- a/src/mame/machine/namco62.cpp
+++ b/src/mame/machine/namco62.cpp
@@ -30,7 +30,7 @@ static ADDRESS_MAP_START( namco_62xx_map_io, AS_IO, 8, namco_62xx_device )
ADDRESS_MAP_END
-static MACHINE_CONFIG_FRAGMENT( namco_62xx )
+static MACHINE_CONFIG_START( namco_62xx )
MCFG_CPU_ADD("mcu", MB8843, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 (TODO: Correct?) */
MCFG_CPU_IO_MAP(namco_62xx_map_io)
MCFG_DEVICE_DISABLE()