mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +03:00
Minor doc updates about Hang On and Super Hang On (nw)
This commit is contained in:
parent
994b3b39f7
commit
8ce0b8272d
@ -1027,7 +1027,11 @@ MACHINE_CONFIG_END
|
||||
// ASSY CPU BD 834-5704-01
|
||||
// ASSY CONTROL BD 834-5668
|
||||
// ASSY ROM BD 834-5669
|
||||
// ASSY SOUND BD 834-5670
|
||||
// ASSY SOUND BD 834-5670-01 (stickered 834-5706-01 HANG ON)
|
||||
//
|
||||
// PCBs also found stickered as:
|
||||
// 834-5667-01 HANG ON REV.A
|
||||
// (FOR SIT-DOWN UP-RIGHT)
|
||||
//
|
||||
ROM_START( hangon )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code
|
||||
@ -1082,7 +1086,7 @@ ROM_END
|
||||
// ASSY CPU BD 834-5704-01
|
||||
// ASSY CONTROL BD 834-5668
|
||||
// ASSY ROM BD 834-5669
|
||||
// ASSY SOUND BD 834-5670
|
||||
// ASSY SOUND BD 834-5670-01 (stickered 834-5706-01 HANG ON)
|
||||
//
|
||||
ROM_START( hangon1 )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code
|
||||
@ -1134,14 +1138,18 @@ ROM_END
|
||||
// Hang On (Ride-On version)
|
||||
// CPU: HD68000P8 (no custom Sega label)
|
||||
//
|
||||
// ASSY CPU BD 834-5704, and stickers 834-5667 and REV A
|
||||
// ASSY CPU BD 834-5704
|
||||
// ASSY CONTROL BD 834-5668
|
||||
// ASSY ROM BD 834-5669
|
||||
// ASSY SOUND BD 834-5670
|
||||
// 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.
|
||||
//
|
||||
ROM_START( hangon2 ) // no labels on the main CPU roms just a black sticker, likely the result of repair job in 1995
|
||||
// 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_START( hangon2 )
|
||||
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code
|
||||
ROM_LOAD16_BYTE( "epr-6851a__,needs_verification.ic22", 0x000000, 0x8000, CRC(1e4d2217) SHA1(197d8939b7c9eea0496aecac55cce3dec51be042) ) // as per the manual
|
||||
ROM_LOAD16_BYTE( "epr-6849a__,needs_verification.ic8", 0x000001, 0x8000, CRC(3793e50e) SHA1(ffcad02696ca6d67f6bd5001a0d4aa41e23e21bd) ) // as per the manual
|
||||
|
@ -1884,7 +1884,7 @@ ROM_END
|
||||
//*************************************************************************************************************************
|
||||
// Super Hangon
|
||||
// CPU: 68000 (317-????)
|
||||
// GAME BD SUPER HANG-ON 834-6277-07
|
||||
// GAME BD SUPER HANG-ON 834-6277-07 SUPER HANG ON
|
||||
// CPU BD SUPER HANG-ON 837-6278-01 (or 837-6278-03)
|
||||
// VIDEO BD SUPER HANG-ON 837-6279-01
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user