mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
Fixed Battle Cruiser M-12 sprite colors
The ship hull is red and not grey See here http://www.andysarcade.net/store2/video-arcade-game-items/non-jamma-pcbs/battle-cruiser-m12.html and http://www.flyerfever.com/post/156753129608/battle-cruiser-m-12 http://www.arcade-museum.com/images/112/1122093152.jpg
This commit is contained in:
parent
470acc0c92
commit
b506ca0425
@ -833,8 +833,8 @@ ROM_START( bcruzm12 )
|
||||
ROM_LOAD( "d-84_4.17ef", 0x2000, 0x2000, CRC(fe186459) SHA1(3b0ee1fe98c835271f5b67de5ca0507827e25d71) )
|
||||
|
||||
ROM_REGION( 0x4000, "gfx2", 0 )
|
||||
ROM_LOAD( "d-84_7.17h", 0x0000, 0x2000, CRC(a5be90ef) SHA1(6037d924296ba62999aafe665396fef142d73df2) )
|
||||
ROM_LOAD( "d-84_6.17fh", 0x2000, 0x2000, CRC(1337dc01) SHA1(c55bfc6dd15a499dd71da0acc5016035a7c51f16) )
|
||||
ROM_LOAD( "d-84_6.17fh", 0x0000, 0x2000, CRC(1337dc01) SHA1(c55bfc6dd15a499dd71da0acc5016035a7c51f16) )
|
||||
ROM_LOAD( "d-84_7.17h", 0x2000, 0x2000, CRC(a5be90ef) SHA1(6037d924296ba62999aafe665396fef142d73df2) )
|
||||
|
||||
ROM_REGION( 0x0200, "proms", 0 )
|
||||
ROM_LOAD( "bcm12col.7k", 0x0000, 0x0100, CRC(bf4f2671) SHA1(dde6da568ecf0121910f4b507c83fe6230b07c8d) ) /* palette low 4 bits */
|
||||
|
Loading…
Reference in New Issue
Block a user