summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2009-10-05 03:26:05 +0000
committer Brian Troha <briantro@users.noreply.github.com>2009-10-05 03:26:05 +0000
commit1945a6b4cb11173df9866d81fbd0eb7f97a0d063 (patch)
tree128be72046ea88a33521d5b0a0a13e44298c7f8f
parentba7640df3e3885a6d88a93cf93b56d6dd8cefbc0 (diff)
Adds color prom to Omega [Andy Welburn]
prom comes from an archive of a bootleg game Phoenix Part 2 (on Artic Multi-System (Galaxian hardware)). Statement in the readme says "the colour prom that was on the pcb that the rom daughtercard was in, actually matches 'Omega' (a 'the end' hack)." So it I added it to the rom def.
-rw-r--r--src/mame/drivers/galdrvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/galdrvr.c b/src/mame/drivers/galdrvr.c
index bce45c20cf1..877698e5bc8 100644
--- a/src/mame/drivers/galdrvr.c
+++ b/src/mame/drivers/galdrvr.c
@@ -2768,7 +2768,7 @@ ROM_START( omega )
ROM_LOAD( "omega1k.bin", 0x0800, 0x0800, CRC(36de42c6) SHA1(6fd93d439e3b8eab62049f925d9e8f8deeda2ae3) )
ROM_REGION( 0x0020, "proms", 0 )
- ROM_LOAD( "6331-1j.86", 0x0000, 0x0020, NO_DUMP ) /* missing */
+ ROM_LOAD( "mmi6331-1j.86", 0x0000, 0x0020, CRC(6a0c7d87) SHA1(140335d85c67c75b65689d4e76d29863c209cf32) )
ROM_END