summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
author algestam <henrik@algestam.se>2019-11-22 13:36:21 +0100
committer hap <happppp@users.noreply.github.com>2019-11-22 13:36:21 +0100
commitaa2e0439f86c761bdb785a07e9f423c7f1bed6b8 (patch)
tree3cac11c4c6cc82a493e605253501a67bc7999da8 /src/mame/drivers/hh_sm510.cpp
parent09746dfedde2d2731de309a5729cb939cb1c93ba (diff)
hh_sm510: gnw_dkcirc start melody fix (nw) (#5944)
Diffstat (limited to 'src/mame/drivers/hh_sm510.cpp')
-rw-r--r--src/mame/drivers/hh_sm510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index c2a7ef2a49a..1ca9310b6fd 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -2988,7 +2988,7 @@ ROM_START( gnw_dkcirc )
ROM_LOAD( "mk-96.program", 0x0000, 0x1000, CRC(39dd864a) SHA1(25c67dac7320fe00990989cd42438461950a68ec) )
ROM_REGION( 0x100, "maincpu:melody", 0 )
- ROM_LOAD( "mk-96.melody", 0x000, 0x100, BAD_DUMP CRC(2908380f) SHA1(8361bbe4df28b17e791035d077e892f29149c777) ) // decap needed for verification
+ ROM_LOAD( "mk-96.melody", 0x000, 0x100, BAD_DUMP CRC(6ccde8e3) SHA1(4e704a1d61126465b14e3889b4a0179c5568b90b) ) // decap needed for verification
ROM_REGION( 367718, "screen", 0)
ROM_LOAD( "gnw_dkcirc.svg", 0, 367718, CRC(f8571437) SHA1(bc000267deab83dfd460aea5c4102a23ac51f169) )