mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
hh_sm510.cpp: gnw_egg rom verified to be the same as gnw_mmouse (#7727)
* hh_sm510.cpp: gnw_egg rom verified to be the same as gnw_mmouse
This commit is contained in:
parent
f68d258da3
commit
8da2685e18
@ -18,8 +18,6 @@ TODO:
|
|||||||
- improve display decay simulation? but SVG doesn't support setting brightness
|
- improve display decay simulation? but SVG doesn't support setting brightness
|
||||||
per segment, adding pwm_display_device right now has no added value
|
per segment, adding pwm_display_device right now has no added value
|
||||||
- improve/redo SVG of: exospace
|
- improve/redo SVG of: exospace
|
||||||
- confirm gnw_egg rom (now using gnw_mmouse rom, but pretty confident that it's
|
|
||||||
the same)
|
|
||||||
- confirm gnw_bfight rom (assumed to be the same as gnw_bfightn)
|
- confirm gnw_bfight rom (assumed to be the same as gnw_bfightn)
|
||||||
- confirm gnw_climber rom (assumed to be the same as gnw_climbern)
|
- confirm gnw_climber rom (assumed to be the same as gnw_climbern)
|
||||||
- confirm gnw_smb rom (assumed to be the same as gnw_smbn)
|
- confirm gnw_smb rom (assumed to be the same as gnw_smbn)
|
||||||
@ -63,7 +61,7 @@ OC-22 ws SM5A Octopus
|
|||||||
PP-23 ws SM5A Popeye
|
PP-23 ws SM5A Popeye
|
||||||
FP-24 ws SM5A Chef
|
FP-24 ws SM5A Chef
|
||||||
MC-25 ws SM5A Mickey Mouse
|
MC-25 ws SM5A Mickey Mouse
|
||||||
EG-26 ws SM5A Egg (near-certainly same ROM as MC-25, but LCD differs)
|
EG-26 ws SM5A Egg (same ROM as MC-25, but LCD differs)
|
||||||
FR-27 ws SM5A Fire
|
FR-27 ws SM5A Fire
|
||||||
TL-28 ws SM510 Turtle Bridge
|
TL-28 ws SM510 Turtle Bridge
|
||||||
ID-29 ws SM510 Fire Attack
|
ID-29 ws SM510 Fire Attack
|
||||||
@ -1369,7 +1367,7 @@ ROM_END
|
|||||||
|
|
||||||
Nintendo Game & Watch: Mickey Mouse (model MC-25), Egg (model EG-26)
|
Nintendo Game & Watch: Mickey Mouse (model MC-25), Egg (model EG-26)
|
||||||
* PCB label MC-25 EG-26 (yes, both listed)
|
* PCB label MC-25 EG-26 (yes, both listed)
|
||||||
* Sharp SM5A label MC-25 51YD (no decap)
|
* Sharp SM5A label MC-25 51YD (Mickey Mouse), MC-25 519D (Egg) (no decap)
|
||||||
* lcd screen with custom segments, 1-bit sound
|
* lcd screen with custom segments, 1-bit sound
|
||||||
|
|
||||||
MC-25 and EG-26 are the same game, it's assumed that the latter was for
|
MC-25 and EG-26 are the same game, it's assumed that the latter was for
|
||||||
@ -1462,7 +1460,7 @@ ROM_END
|
|||||||
|
|
||||||
ROM_START( gnw_egg )
|
ROM_START( gnw_egg )
|
||||||
ROM_REGION( 0x1000, "maincpu", 0 )
|
ROM_REGION( 0x1000, "maincpu", 0 )
|
||||||
ROM_LOAD( "eg-26", 0x0000, 0x0740, BAD_DUMP CRC(cb820c32) SHA1(7e94fc255f32db725d5aa9e196088e490c1a1443) ) // dumped from MC-25
|
ROM_LOAD( "mc-25", 0x0000, 0x0740, CRC(cb820c32) SHA1(7e94fc255f32db725d5aa9e196088e490c1a1443) )
|
||||||
|
|
||||||
ROM_REGION( 193119, "screen", 0)
|
ROM_REGION( 193119, "screen", 0)
|
||||||
ROM_LOAD( "gnw_egg.svg", 0, 193119, CRC(1e469fe5) SHA1(bc80114337feefca590e48c823e8488f6b63f896) )
|
ROM_LOAD( "gnw_egg.svg", 0, 193119, CRC(1e469fe5) SHA1(bc80114337feefca590e48c823e8488f6b63f896) )
|
||||||
|
Loading…
Reference in New Issue
Block a user