summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-08-19 16:33:19 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-08-19 16:33:19 +0000
commit1182c615e655357d0efc8654fd9c7798fb5ff8b8 (patch)
tree61f060cd9ee04cec77ea8460a298d09eb56a7a73 /src
parent8b4d1c84b522b70bec4fe6c9b735556aa3cbddb7 (diff)
From: David Haywood [neohaze@nildram.co.uk]
Sent: Thursday, August 13, 2009 12:22 PM To: Aaron Giles Subject: Re: Fw: Triple draw poker! adding this fixes the colours. Klaus Sommer wrote: > Attached is the bprom from "Triple Draw Poker" > > Klaus
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/galdrvr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/galdrvr.c b/src/mame/drivers/galdrvr.c
index 79c262e17e9..1891018284c 100644
--- a/src/mame/drivers/galdrvr.c
+++ b/src/mame/drivers/galdrvr.c
@@ -5038,8 +5038,8 @@ ROM_START( tdpgal )
ROM_LOAD( "8.bin", 0x0000, 0x0800, CRC(d701b1d4) SHA1(8f23ba3c9f42fedd8b8f38d321118a86889f00dc) )
ROM_LOAD( "7.bin", 0x0800, 0x0800, CRC(3113bcfd) SHA1(e2792e5fe7d7f27bb329e3104dee3ca29d72ef48) )
- ROM_REGION( 0x0020, "proms", 0 ) // from galaxian, not dumped
- ROM_LOAD( "6l.bpr", 0x0000, 0x0020, BAD_DUMP CRC(c3ac9467) SHA1(f382ad5a34d282056c78a5ec00c30ec43772bae2) )
+ ROM_REGION( 0x0020, "proms", 0 )
+ ROM_LOAD( "bprom.bin", 0x0000, 0x0020, CRC(2b4cf53f) SHA1(8d7eb0453173b9821eea32419b67559bfb4578d0) )
ROM_END
@@ -5084,7 +5084,7 @@ GAME( 19??, omega, theend, galaxian, omega, galaxian, ROT270, "bootleg?"
GAME( 1981, warofbug, 0, galaxian, warofbug, nolock, ROT90, "Armenia", "War of the Bugs or Monsterous Manouvers in a Mushroom Maze", GAME_SUPPORTS_SAVE )
GAME( 1981, redufo, 0, galaxian, redufo, nolock, ROT90, "bootleg", "Defend the Terra Attack on the Red UFO", GAME_SUPPORTS_SAVE )
GAME( 19??, exodus, redufo, galaxian, exodus, nolock, ROT90, "Subelectro", "Exodus (bootleg?)", GAME_SUPPORTS_SAVE )
-GAME( 1983, tdpgal, 0, galaxian, tdpgal, nolock, ROT90, "Design Labs / Thomas Automatics", "Triple Draw Poker", GAME_SUPPORTS_SAVE | GAME_WRONG_COLORS )
+GAME( 1983, tdpgal, 0, galaxian, tdpgal, nolock, ROT90, "Design Labs / Thomas Automatics", "Triple Draw Poker", GAME_SUPPORTS_SAVE )
/* different bullet color */
GAME( 1982, azurian, 0, galaxian, azurian, azurian, ROT90, "Rait Electronics Ltd", "Azurian Attack", GAME_SUPPORTS_SAVE )