summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2008-02-19 18:20:48 +0000
committer Curt Coder <curtcoder@mail.com>2008-02-19 18:20:48 +0000
commit9c82aa0f11f3605841d160ce30950e85b64cdf4f (patch)
treeceb363cc39760b182d58c6be537e8f9b623550b9
parent671afc266185dd54f6046148a282dce4c22b3631 (diff)
Removed BAD_DUMP flags from the highly controversial background smoothing PROMs.
-rw-r--r--src/mame/drivers/jedi.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mame/drivers/jedi.c b/src/mame/drivers/jedi.c
index 1d3ffa1cc2e..88e1df0a159 100644
--- a/src/mame/drivers/jedi.c
+++ b/src/mame/drivers/jedi.c
@@ -7,9 +7,6 @@
Games supported:
* Return of the Jedi
- Known bugs:
- * smoothing PROMs were dumped at half size
-
****************************************************************************
Memory map
@@ -544,8 +541,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, 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_LOAD( "136030-117.bin", 0x0000, 0x0400, CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) )
+ ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
ROM_END