summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author braintro <briantro@users.noreply.github.com>2019-11-01 22:09:56 -0500
committer braintro <briantro@users.noreply.github.com>2019-11-01 22:09:56 -0500
commit8e93fece9ef161a2eb734efa569990c13398c945 (patch)
tree511f6cc4fecdad535e5a6d4e8c16e596b0a30f11
parent65f12e2d8a308f893d358817a24c406079a2b63b (diff)
(nw) Add note about known undumped versions of Berzerk & Street Fighter the Movie
-rw-r--r--src/mame/drivers/berzerk.cpp2
-rw-r--r--src/mame/drivers/itech32.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/berzerk.cpp b/src/mame/drivers/berzerk.cpp
index dcbd211951e..ee0490d54a5 100644
--- a/src/mame/drivers/berzerk.cpp
+++ b/src/mame/drivers/berzerk.cpp
@@ -1197,6 +1197,8 @@ Both sets of ROMs contain the same data.
*/
+/* There is known to exist a PCB with ROM 5C labeled as RC31A, it's unknown if the data is different then the RC31 labeled ROM 5C */
+
ROM_START( berzerk )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "berzerk_rc31_1c.rom0.1c", 0x0000, 0x0800, CRC(ca566dbc) SHA1(fae2647f12f1cd82826db61b53b116a5e0c9f995) )
diff --git a/src/mame/drivers/itech32.cpp b/src/mame/drivers/itech32.cpp
index f8b2289da76..206e13a5e8e 100644
--- a/src/mame/drivers/itech32.cpp
+++ b/src/mame/drivers/itech32.cpp
@@ -2982,6 +2982,7 @@ ROM_START( sftm110 ) /* Version 1.10, P/N 1064 REV 1 Mainboard, P/N 1073 REV 0
ROM_LOAD16_BYTE( "sfm_srom3.srom3", 0x000000, 0x080000, CRC(4f181534) SHA1(e858a33b22558665427146ec79dfba48edc20c2c) )
ROM_END
+/* There is known to exist a PCB with hand written labels shown as V1.23 */
ROM_START( sftmj114 ) /* Version 1.14N (Japan), P/N 1064 REV 1 Mainboard, P/N 1073 REV 0 ROM board, P/N 1066 REV 2 Sound board */
ROM_REGION32_BE( CODE_SIZE, "user1", 0 )