mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
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.
This commit is contained in:
parent
ba7640df3e
commit
1945a6b4cb
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user