mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
switch prom order to match screenshots (nw)
This commit is contained in:
parent
65912bd4f0
commit
b0af521577
@ -1144,9 +1144,9 @@ ROM_START( pleiadsi )
|
||||
ROM_LOAD( "9 2716.bin", 0x0000, 0x0800, CRC(85866607) SHA1(cd240bd056f761b2f9e2142049434f02cae3e315) )
|
||||
ROM_LOAD( "10 2716.bin", 0x0800, 0x0800, CRC(a841d511) SHA1(8349008ab1d8ef08775b54170c37deb1d391fffc) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 ) // not present in dump, assuming to be the same
|
||||
ROM_LOAD( "7611-5.33", 0x0000, 0x0100, CRC(e38eeb83) SHA1(252880d80425b2e697146e76efdc6cb9f3ba0378) ) /* palette low bits */
|
||||
ROM_LOAD( "7611-5.26", 0x0100, 0x0100, CRC(7a1bcb1e) SHA1(bdfab316ea26e2063879e7aa78b6ae2b55eb95c8) ) /* palette high bits */
|
||||
ROM_REGION( 0x0200, "proms", 0 ) // not present in dump, assuming to be the same, matches screenshots, note reverse order to most sets, same as pleiadsb2.
|
||||
ROM_LOAD( "7611-5.26", 0x0000, 0x0100, CRC(7a1bcb1e) SHA1(bdfab316ea26e2063879e7aa78b6ae2b55eb95c8) ) /* palette low bits */
|
||||
ROM_LOAD( "7611-5.33", 0x0100, 0x0100, CRC(e38eeb83) SHA1(252880d80425b2e697146e76efdc6cb9f3ba0378) ) /* palette high bits */
|
||||
ROM_END
|
||||
|
||||
ROM_START( capitol )
|
||||
|
Loading…
Reference in New Issue
Block a user