summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2021-01-15 06:37:40 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2021-01-15 06:37:40 +0100
commitf30d070f88e95bd83adaaed2eedfc9301e9ef824 (patch)
tree143f5826c216e58faa94fead43a0bd09cfec80c0
parentca3458e766714b30500f2b364924e32619025958 (diff)
goldstar.cpp: attempted a dump of the met47s01 device [Ioannis Bampoulas]
-rw-r--r--src/mame/drivers/goldstar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp
index 878ea297217..fdea2ef8d26 100644
--- a/src/mame/drivers/goldstar.cpp
+++ b/src/mame/drivers/goldstar.cpp
@@ -12581,9 +12581,9 @@ ROM_START( nd8lines )
ROM_LOAD( "dw8-055-2.u35", 0x4000, 0x2000, CRC(898b9ed5) SHA1(11b7d1cfcf425d00d086c74e0dbcb72068dda9fe) )
ROM_LOAD( "dw8-055-1.u34", 0x6000, 0x2000, CRC(4f7cfb35) SHA1(0617cf4419be00d9bacc78724089cb8af4104d68) )
- ROM_REGION( 0x100, "proms", 0 )
+ ROM_REGION( 0x300, "proms", 0 )
ROM_LOAD( "he82s129.u33", 0x0000, 0x0100, CRC(3d2f1893) SHA1(927916856b25dfd6ded04c26714313bc49f7e220) )
- // at u66 there's a currently unidentified MET47S01 chip, which could possibly be a PROM
+ ROM_LOAD( "met47s01.u66", 0x0100, 0x0200, BAD_DUMP CRC(78b6701e) SHA1(27b3d47b0a3637d3a92bf535b34d301e5a3aff8c) ) // unidentified chip, read as 82s147 for now, bad dump until it's known if it's the correct equivalent
ROM_END
/*