mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Corrected BAD_DUMP ROM sizes for the smoothing tables
This commit is contained in:
parent
5e90bf71fc
commit
31a347db0f
1 changed files with 2 additions and 2 deletions
|
@ -544,8 +544,8 @@ ROM_START( jedi )
|
|||
ROM_LOAD( "136030-129.01k", 0x18000, 0x8000, CRC(ac86b98c) SHA1(9f86c8801a7293fa46e9432f1651dd85bf00f4b9) )
|
||||
|
||||
ROM_REGION( 0x1000, REGION_PROMS, 0 ) /* background smoothing */
|
||||
ROM_LOAD( "136030-117.bin", 0x0000, 0x0800, BAD_DUMP CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) )
|
||||
ROM_LOAD( "136030-118.bin", 0x0800, 0x0800, BAD_DUMP CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
|
||||
ROM_LOAD( "136030-117.bin", 0x0000, 0x0400, BAD_DUMP CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) ) /* these should be 0x0800 long, according to the schematics */
|
||||
ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, BAD_DUMP CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
|
||||
ROM_END
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue