summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.c')
-rw-r--r--src/mame/machine/namco50.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/namco50.c b/src/mame/machine/namco50.c
index 8c1ddb24174..08b00dad5c7 100644
--- a/src/mame/machine/namco50.c
+++ b/src/mame/machine/namco50.c
@@ -262,8 +262,8 @@ ADDRESS_MAP_END
static MACHINE_CONFIG_FRAGMENT( namco_50xx )
- MDRV_CPU_ADD("mcu", MB8842, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 */
- MDRV_CPU_IO_MAP(namco_50xx_map_io)
+ MCFG_CPU_ADD("mcu", MB8842, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 */
+ MCFG_CPU_IO_MAP(namco_50xx_map_io)
MACHINE_CONFIG_END