mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
Hand crafted PROM color info for Koi Koi Part 2, nw
This commit is contained in:
parent
cb107d684e
commit
b0a84b4776
@ -408,6 +408,23 @@ ROM_START( koikoi )
|
|||||||
|
|
||||||
ROM_REGION( 0x0120, "proms", 0 )
|
ROM_REGION( 0x0120, "proms", 0 )
|
||||||
ROM_LOAD( "prom.x", 0x000, 0x020, NO_DUMP )
|
ROM_LOAD( "prom.x", 0x000, 0x020, NO_DUMP )
|
||||||
|
/* hand crafted color table */
|
||||||
|
ROM_FILL( 0x00, 1, 0x18 )
|
||||||
|
ROM_FILL( 0x01, 1, 0xff )
|
||||||
|
ROM_FILL( 0x02, 1, 0x06 )
|
||||||
|
ROM_FILL( 0x03, 1, 0x3f )
|
||||||
|
ROM_FILL( 0x04, 1, 0xb6 )
|
||||||
|
ROM_FILL( 0x05, 1, 0x10 )
|
||||||
|
ROM_FILL( 0x06, 1, 0x2f )
|
||||||
|
ROM_FILL( 0x07, 1, 0x04 )
|
||||||
|
ROM_FILL( 0x08, 1, 0x8b )
|
||||||
|
ROM_FILL( 0x09, 1, 0x3f )
|
||||||
|
ROM_FILL( 0x0a, 1, 0x07 )
|
||||||
|
ROM_FILL( 0x0b, 1, 0x00 ) // unused
|
||||||
|
ROM_FILL( 0x0c, 1, 0x2f )
|
||||||
|
ROM_FILL( 0x0d, 1, 0xff )
|
||||||
|
ROM_FILL( 0x0e, 1, 0x00 )
|
||||||
|
ROM_FILL( 0x0f, 1, 0x0b )
|
||||||
ROM_LOAD( "prom.ic23", 0x020, 0x100, CRC(f1d169a6) SHA1(5ee4b1dfe61e8b97a90cc113ba234298189f1a73) )
|
ROM_LOAD( "prom.ic23", 0x020, 0x100, CRC(f1d169a6) SHA1(5ee4b1dfe61e8b97a90cc113ba234298189f1a73) )
|
||||||
|
|
||||||
ROM_REGION( 0x0a00, "plds", 0 )
|
ROM_REGION( 0x0a00, "plds", 0 )
|
||||||
|
Loading…
Reference in New Issue
Block a user