mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
added pal in arkgcbl
This commit is contained in:
parent
f32fa3b2e6
commit
dcc258f634
@ -1050,6 +1050,9 @@ ROM_START( arkgcbl )
|
|||||||
ROM_LOAD( "82s129.5kl", 0x0300, 0x0100, CRC(085d625a) SHA1(26c96a1c1b7562fed84c31dd92fdf7829e96a9c7) ) /* green component = a75-08.bpr*/
|
ROM_LOAD( "82s129.5kl", 0x0300, 0x0100, CRC(085d625a) SHA1(26c96a1c1b7562fed84c31dd92fdf7829e96a9c7) ) /* green component = a75-08.bpr*/
|
||||||
ROM_LOAD( "82s129.5mn", 0x0400, 0x0100, CRC(0fe0b108) SHA1(fcf27619208922345a1e42b3a219b4274f66968d) ) /* blue component + */
|
ROM_LOAD( "82s129.5mn", 0x0400, 0x0100, CRC(0fe0b108) SHA1(fcf27619208922345a1e42b3a219b4274f66968d) ) /* blue component + */
|
||||||
ROM_LOAD( "63s141.5m", 0x0500, 0x0100, CRC(5553f675) SHA1(c50255af8d99664b92e0bb34a527fd42ebf7e759) ) /* blue component = a75-09.bpr*/
|
ROM_LOAD( "63s141.5m", 0x0500, 0x0100, CRC(5553f675) SHA1(c50255af8d99664b92e0bb34a527fd42ebf7e759) ) /* blue component = a75-09.bpr*/
|
||||||
|
|
||||||
|
ROM_REGION( 0x0200, "pal", ROMREGION_DISPOSE )
|
||||||
|
ROM_LOAD( "pal16r8.5f", 0x0000, 0x0104, CRC(36471917) SHA1(d0f295a94d480b44416e66be4b480b299aad5c3c) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
ROM_START( paddle2 )
|
ROM_START( paddle2 )
|
||||||
|
Loading…
Reference in New Issue
Block a user