mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fixed errors found by -validate, mostly pinball machines (no whatsnew)
This commit is contained in:
parent
9699603819
commit
41824d527e
@ -286,7 +286,7 @@ ROM_START(trucksp3)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD( "u2_p3.128", 0x8000, 0x4000, CRC(79b2a5b1) SHA1(d3de91bfadc9684302b2367cfcb30ed0d6faa020))
|
||||
ROM_LOAD( "u3_p3.128", 0xc000, 0x4000, CRC(2993373c) SHA1(26490f1dd8a5329a88a2ceb1e6044711a29f1445))
|
||||
ROM_REGION(0x10000, "cpu2", 0)
|
||||
ROM_REGION(0x10000, "cpu2", ROMREGION_ERASE00)
|
||||
ROM_REGION(0x30000, "sound1", 0)
|
||||
ROM_LOAD("u4sndp1.256", 0x00000, 0x8000, CRC(120a386f) SHA1(51b3b45eb7ea63758b21aad404ba12a9607fec44))
|
||||
ROM_RELOAD(0x00000 +0x8000, 0x8000)
|
||||
@ -300,7 +300,7 @@ ROM_START(trucksp2)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD( "u2_p2.128", 0x8000, 0x4000, CRC(3c397dec) SHA1(2fc86ad39c935ce8615eafd67e571ac94c938cd7))
|
||||
ROM_LOAD( "u3_p2.128", 0xc000, 0x4000, CRC(d7ac519a) SHA1(612bf9fee0d54e8b1215508bd6c1ea61dcb99951))
|
||||
ROM_REGION(0x10000, "cpu2", 0)
|
||||
ROM_REGION(0x10000, "cpu2", ROMREGION_ERASE00)
|
||||
ROM_REGION(0x30000, "sound1", 0)
|
||||
ROM_LOAD("u4sndp1.256", 0x00000, 0x8000, CRC(120a386f) SHA1(51b3b45eb7ea63758b21aad404ba12a9607fec44))
|
||||
ROM_RELOAD(0x00000 +0x8000, 0x8000)
|
||||
|
@ -7483,7 +7483,7 @@ ROM_START( jkrmast )
|
||||
ROM_LOAD( "n82s129.u28", 0x0000, 0x0100, CRC(cfb152cf) SHA1(3166b9b21be4ce1d3b6fc8974c149b4ead03abac) )
|
||||
ROM_LOAD( "n82s147a.u13", 0x0100, 0x0200, CRC(da92f0ae) SHA1(1269a2029e689a5f111c57e80825b3756b50521e) )
|
||||
|
||||
ROM_REGION( 0x200, "proms", 0 )
|
||||
ROM_REGION( 0x200, "proms", ROMREGION_ERASE00 )
|
||||
|
||||
|
||||
ROM_REGION( 0x100, "proms2", ROMREGION_ERASE00 )
|
||||
|
@ -672,6 +672,7 @@ ROM_START(lotr_le)
|
||||
ROM_RELOAD(0x40000, 0x20000)
|
||||
ROM_RELOAD(0x60000, 0x20000)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_COPY( "user1", 0x18000, 0x8000, 0x8000)
|
||||
ROM_REGION(0x10000, "cpu3", ROMREGION_ERASEFF)
|
||||
ROM_REGION(0x80000, "gfx3", 0)
|
||||
ROM_LOAD("lotrdspa.a00", 0x00000, 0x80000, CRC(99634603) SHA1(c40d1480e5df10a491bcd471c6a3a118a9120bcb))
|
||||
|
@ -92,11 +92,11 @@ ROM_START(fh_l9)
|
||||
ROM_END
|
||||
|
||||
ROM_START(fh_l9b)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_REGION(0x2000, "user1", 0)
|
||||
ROM_REGION(0x10000, "maincpu", ROMREGION_ERASEFF)
|
||||
ROM_REGION(0x2000, "user1", ROMREGION_ERASEFF)
|
||||
ROM_REGION(0x040000, "user2", 0)
|
||||
ROM_LOAD("fh_l9ger.rom", 0x00000, 0x040000, CRC(e9b32a8f) SHA1(deb77f0d025001ddcc3045b4e49176c54896da3f))
|
||||
ROM_REGION(0x010000, "cpu2", 0)
|
||||
ROM_REGION(0x010000, "cpu2", ROMREGION_ERASEFF)
|
||||
ROM_REGION(0x180000, "sound1", 0)
|
||||
ROM_LOAD("fh_u18.sl3", 0x000000, 0x20000, CRC(7f6c7045) SHA1(8c8d601e8e6598507d75b4955ccc51623124e8ab))
|
||||
ROM_RELOAD( 0x000000 + 0x20000, 0x20000)
|
||||
|
Loading…
Reference in New Issue
Block a user