summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaga.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
commit62c9a9d8cb303b9ce63926072eaab55eec405f4c (patch)
treec19c72b6c8af5206d957d06400c920854d85d367 /src/mame/drivers/galaga.c
parent1f747224c00e292f9ac0bbe7bf84a4fa4f44fd57 (diff)
Cleanups and version bump.mame0132u4
Diffstat (limited to 'src/mame/drivers/galaga.c')
-rw-r--r--src/mame/drivers/galaga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galaga.c b/src/mame/drivers/galaga.c
index fa543e7c731..c141390ab5d 100644
--- a/src/mame/drivers/galaga.c
+++ b/src/mame/drivers/galaga.c
@@ -1769,7 +1769,7 @@ static MACHINE_DRIVER_START( galagab )
MDRV_DEVICE_REMOVE("54xx")
MDRV_DEVICE_REMOVE("06xx")
-
+
/* FIXME: bootlegs should not have any Namco custom chip. However, this workaround is needed atm */
MDRV_NAMCO_06XX_ADD("06xx", MASTER_CLOCK/6/64, "maincpu", "51xx", NULL, NULL, NULL)