summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/namco54.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/namco54.c')
-rw-r--r--src/mame/audio/namco54.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/audio/namco54.c b/src/mame/audio/namco54.c
index 5b056d80697..7aa3cc1aa36 100644
--- a/src/mame/audio/namco54.c
+++ b/src/mame/audio/namco54.c
@@ -146,7 +146,7 @@ ADDRESS_MAP_END
static MACHINE_CONFIG_FRAGMENT( namco_54xx )
- MCFG_CPU_ADD("mcu", MB8844, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 */
+ MCFG_CPU_ADD("mcu", MB8844, DERIVED_CLOCK(1,1)) /* parent clock, internally divided by 6 */
MCFG_CPU_IO_MAP(namco_54xx_map_io)
MACHINE_CONFIG_END
@@ -226,5 +226,3 @@ const rom_entry *namco_54xx_device::device_rom_region() const
{
return ROM_NAME(namco_54xx );
}
-
-