mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw) correct labels for sub CPU for Hang On Ride On set
This commit is contained in:
parent
20f355bfe1
commit
d89be23d37
@ -1146,11 +1146,10 @@ ROM_END
|
||||
// ASSY ROM BD 834-5669
|
||||
// ASSY SOUND BD 834-5670-01 (stickered 834-5706-01 HANG ON)
|
||||
//
|
||||
// ROM & SOUND boards were missing, but Manual No. 420-5244 2nd Printing confirms they are the same with the same data / ROMs.
|
||||
// PCBs also found stickered as:
|
||||
// 834-5667 HANG ON REV.A
|
||||
//
|
||||
// No labels on the main CPU ROMs just a black sticker, likely the result of repair job in 1995
|
||||
// A second PCB has been seen with hand written labels with matching sum16 values listed, though not labelled as "A" revision
|
||||
// Although the both PCBs were stickered 834-5667-01 REV.A, it's not likely correct for this ROM set
|
||||
// ROM & SOUND boards were missing, but Manual No. 420-5244 2nd Printing confirms they are the same with the same data / ROMs.
|
||||
//
|
||||
ROM_START( hangon2 )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code
|
||||
@ -1160,8 +1159,8 @@ ROM_START( hangon2 )
|
||||
ROM_LOAD16_BYTE( "epr-6848a.ic6", 0x010001, 0x8000, CRC(f1439a30) SHA1(5d496f80c2fda29eb71c29a050f17ecef4543052) )
|
||||
|
||||
ROM_REGION( 0x40000, "subcpu", 0 ) // second 68000 CPU
|
||||
ROM_LOAD16_BYTE( "epr-6838.ic63", 0x0000, 0x8000, CRC(2747b794) SHA1(06d296837f03f5dfb2d9d7e3001070b81391247f) )
|
||||
ROM_LOAD16_BYTE( "epr-6839.ic51", 0x0001, 0x8000, CRC(73e9fa6e) SHA1(280c685698509a29bc7d1dd1d955ade4b6eac356) )
|
||||
ROM_LOAD16_BYTE( "epr-6839.ic63", 0x0000, 0x8000, CRC(2747b794) SHA1(06d296837f03f5dfb2d9d7e3001070b81391247f) )
|
||||
ROM_LOAD16_BYTE( "epr-6838.ic51", 0x0001, 0x8000, CRC(73e9fa6e) SHA1(280c685698509a29bc7d1dd1d955ade4b6eac356) )
|
||||
|
||||
ROM_REGION( 0x18000, "gfx1", 0 ) // tiles
|
||||
ROM_LOAD( "epr-6841.ic38", 0x00000, 0x08000, CRC(54d295dc) SHA1(ad8cdb281032a2f931c2abbeb966998944683dc3) )
|
||||
|
Loading…
Reference in New Issue
Block a user