From 1945a6b4cb11173df9866d81fbd0eb7f97a0d063 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Mon, 5 Oct 2009 03:26:05 +0000 Subject: [PATCH] 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. --- src/mame/drivers/galdrvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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