mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Removed BAD_DUMP flags from the highly controversial background smoothing PROMs.
This commit is contained in:
parent
671afc2661
commit
9c82aa0f11
@ -7,9 +7,6 @@
|
|||||||
Games supported:
|
Games supported:
|
||||||
* Return of the Jedi
|
* Return of the Jedi
|
||||||
|
|
||||||
Known bugs:
|
|
||||||
* smoothing PROMs were dumped at half size
|
|
||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
|
|
||||||
Memory map
|
Memory map
|
||||||
@ -544,8 +541,8 @@ ROM_START( jedi )
|
|||||||
ROM_LOAD( "136030-129.01k", 0x18000, 0x8000, CRC(ac86b98c) SHA1(9f86c8801a7293fa46e9432f1651dd85bf00f4b9) )
|
ROM_LOAD( "136030-129.01k", 0x18000, 0x8000, CRC(ac86b98c) SHA1(9f86c8801a7293fa46e9432f1651dd85bf00f4b9) )
|
||||||
|
|
||||||
ROM_REGION( 0x1000, REGION_PROMS, 0 ) /* background smoothing */
|
ROM_REGION( 0x1000, REGION_PROMS, 0 ) /* background smoothing */
|
||||||
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-117.bin", 0x0000, 0x0400, CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) )
|
||||||
ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, BAD_DUMP CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
|
ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
|
||||||
ROM_END
|
ROM_END
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user