summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-09-10 10:57:20 +0200
committer hap <happppp@users.noreply.github.com>2019-09-10 10:57:20 +0200
commitd5b3dca0ad0b849cf6170700bd979792ff6a8e87 (patch)
tree677a7e9237acec5ebdc70e470902abcd8417cf54 /src/mame/drivers/hh_sm510.cpp
parent14d05d780dd38eaef7ff5e5c4c9303b593ce22c1 (diff)
hh_sm510: add note (nw)
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r--src/mame/drivers/hh_sm510.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index 45b27f7cd72..108c584bdcd 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -21,6 +21,7 @@ TODO:
- confirm gnw_mmouse/gnw_egg rom (dumped from Soviet clone, but pretty
confident that it's same)
- confirm gnw_climbcs rom (assumed to be the same as gnw_climber)
+- dump/add CN-07 version of gnw_helmet
- 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
playing back all melody data and reconstructing it to ROM. Visual(decap)
@@ -1550,6 +1551,8 @@ ROM_END
In the UK, it was distributed as Headache by CGL.
+ MCU label CN-07 is the first version, CN-17 is a bugfix release.
+
***************************************************************************/
class gnw_helmet_state : public hh_sm510_state
@@ -1619,7 +1622,7 @@ void gnw_helmet_state::gnw_helmet(machine_config &config)
ROM_START( gnw_helmet )
ROM_REGION( 0x1000, "maincpu", 0 )
- ROM_LOAD( "cn-07", 0x0000, 0x0740, CRC(6d251e2e) SHA1(c61f591514de36fb2270038a6505945564c9f90e) )
+ ROM_LOAD( "cn-17", 0x0000, 0x0740, CRC(6d251e2e) SHA1(c61f591514de36fb2270038a6505945564c9f90e) )
ROM_REGION( 109241, "screen", 0)
ROM_LOAD( "gnw_helmet.svg", 0, 109241, CRC(fa8294a3) SHA1(05b734ac0126d3bffe160a23753a0a7e6f82996e) )