hh_sm510: gnw_chef rom confirmed via decap by Sean (nw) (#5139)

* hh_sm510: gnw_chef rom confirmed via decap by Sean (nw)

* hh_sm510: remove BAD_DUMP flag for gnw_chef (nw)
This commit is contained in:
algestam 2019-06-03 12:15:13 +02:00 committed by hap
parent 2d48854ecc
commit 03dc6f0db5

View File

@ -18,7 +18,6 @@ TODO:
- improve/redo SVGs of: gnw_mmouse, gnw_egg, exospace
- confirm gnw_mmouse/gnw_egg rom (dumped from Soviet clone, but pretty
confident that it's same)
- confirm gnw_chef rom (dumped from Soviet clone but should be the same)
- confirm gnw_climbcs rom (assumed to be the same as gnw_climber)
- Currently there is no accurate way to dump the SM511/SM512 melody ROM
electronically. For the ones that weren't decapped, they were read by
@ -1513,7 +1512,7 @@ ROM_END
Nintendo Game & Watch: Chef (model FP-24)
* PCB label FP-24
* Sharp SM5A label FP-24 51YB
* Sharp SM5A label FP-24 51YB (die label CMS646, ROM ID 74)
* lcd screen with custom segments, 1-bit sound
In 1989, Elektronika(USSR) released a clone: Merry Cook. This game most
@ -1607,7 +1606,7 @@ void gnw_chef_state::merrycook(machine_config & config)
ROM_START( gnw_chef )
ROM_REGION( 0x1000, "maincpu", 0 )
ROM_LOAD( "fp-24", 0x0000, 0x0740, BAD_DUMP CRC(2806ab39) SHA1(18261a80eec5bf768bb88b803c598f80e078c71f) ) // dumped from Soviet clone
ROM_LOAD( "fp-24", 0x0000, 0x0740, CRC(2806ab39) SHA1(18261a80eec5bf768bb88b803c598f80e078c71f) )
ROM_REGION( 199453, "svg", 0)
ROM_LOAD( "gnw_chef.svg", 0, 199453, CRC(97aacb9a) SHA1(1d4b2cc70a541ad09bc13c09ce26a8c14c03c526) )