summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2009-07-09 16:20:41 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2009-07-09 16:20:41 +0000
commitee90908b2fc939c287cccb06e57806c96f40a484 (patch)
treeb633e989583e298a328d09f933b58916384d1e08 /src
parent6496205108b299320058a4f4535c675f45c6ad55 (diff)
Added comment about galaga.c bootlegs using 06XX emulation
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/galaga.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/drivers/galaga.c b/src/mame/drivers/galaga.c
index 4f7f61f3710..fa543e7c731 100644
--- a/src/mame/drivers/galaga.c
+++ b/src/mame/drivers/galaga.c
@@ -1769,6 +1769,8 @@ 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)
MDRV_CPU_ADD("sub3", Z80, MASTER_CLOCK/6) /* 3.072 MHz */
@@ -1838,6 +1840,8 @@ static MACHINE_DRIVER_START( battles )
MDRV_DEVICE_REMOVE("50xx")
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)
MDRV_CPU_ADD("sub3", Z80, MASTER_CLOCK/6) /* 3.072 MHz */