diff options
-rw-r--r-- | src/mame/drivers/hh_sm510.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp index ca4a5cab67a..b4b4272b605 100644 --- a/src/mame/drivers/hh_sm510.cpp +++ b/src/mame/drivers/hh_sm510.cpp @@ -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) ) |