mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
Corrected a rom label location for crasha based on PCB picture evidence (nw)
This commit is contained in:
parent
0b79cd3816
commit
f6def81fdf
@ -517,7 +517,7 @@ ROM_END
|
|||||||
// see http://forum.arcadecontrols.com/index.php/topic,146323.msg1526542.html
|
// see http://forum.arcadecontrols.com/index.php/topic,146323.msg1526542.html
|
||||||
ROM_START( crasha )
|
ROM_START( crasha )
|
||||||
ROM_REGION( 0x10000, "maincpu", 0 ) // code
|
ROM_REGION( 0x10000, "maincpu", 0 ) // code
|
||||||
ROM_LOAD( "nsa7.a7", 0x1000, 0x0800, CRC(2e47c5ee) SHA1(4712ec3080ce3797420266d6efb26e7d146a965a) )
|
ROM_LOAD( "nsa7.a8", 0x1000, 0x0800, CRC(2e47c5ee) SHA1(4712ec3080ce3797420266d6efb26e7d146a965a) )
|
||||||
ROM_LOAD( "nsa3.a4", 0x1800, 0x0800, CRC(11c8c461) SHA1(197b903ad7626a4055530c8c9c99299ffd94cd37) )
|
ROM_LOAD( "nsa3.a4", 0x1800, 0x0800, CRC(11c8c461) SHA1(197b903ad7626a4055530c8c9c99299ffd94cd37) )
|
||||||
ROM_RELOAD( 0xf800, 0x0800 ) /* for the reset and interrupt vectors */
|
ROM_RELOAD( 0xf800, 0x0800 ) /* for the reset and interrupt vectors */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user