mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
(nw) Add note about known undumped versions of Berzerk & Street Fighter the Movie
This commit is contained in:
parent
65f12e2d8a
commit
8e93fece9e
@ -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) )
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user