summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2008-02-19 21:53:52 +0000
committer Curt Coder <curtcoder@mail.com>2008-02-19 21:53:52 +0000
commitbbc76a1e465598f3e8ccf3ea803b87e812bc7b70 (patch)
tree0283f86ed557de0e4bce2e3bc30d9af24b63497b
parent9c82aa0f11f3605841d160ce30950e85b64cdf4f (diff)
Added PROM type information.
-rw-r--r--src/mame/drivers/jedi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jedi.c b/src/mame/drivers/jedi.c
index 88e1df0a159..70e68b694b3 100644
--- a/src/mame/drivers/jedi.c
+++ b/src/mame/drivers/jedi.c
@@ -541,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, CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) )
- ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) )
+ ROM_LOAD( "136030-117.bin", 0x0000, 0x0400, CRC(9831bd55) SHA1(12945ef2d1582914125b9ee591567034d71d6573) ) // 82S137
+ ROM_LOAD( "136030-118.bin", 0x0800, 0x0400, CRC(261fbfe7) SHA1(efc65a74a3718563a07b718e34d8a7aa23339a69) ) // 82S137
ROM_END