summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hh_sm510.cpp
diff options
context:
space:
mode:
author algestam <henrik@algestam.se>2019-09-10 10:47:40 +0200
committer hap <happppp@users.noreply.github.com>2019-09-10 10:47:40 +0200
commit14d05d780dd38eaef7ff5e5c4c9303b593ce22c1 (patch)
tree9deacbe8595e3f064e4b2d9ce75f8f7f118d2c37 /src/mame/drivers/hh_sm510.cpp
parenta57b7a12c19ee3ae4e5b3e4eeffb547e5b9b7492 (diff)
fix issue with explosion sound effect not playing after miss (#5611)
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 869de77ed46..45b27f7cd72 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -4071,7 +4071,7 @@ ROM_START( gnw_mbaway )
ROM_LOAD( "tb-94.program", 0x0000, 0x1000, CRC(11d18a48) SHA1(afccfa19dace7c4fcc15a84ecfcfb9d7ae3861e4) )
ROM_REGION( 0x100, "maincpu:melody", 0 )
- ROM_LOAD( "tb-94.melody", 0x000, 0x100, BAD_DUMP CRC(883931c2) SHA1(9ad22bde42a67c42d117f3ffa81a23c3c9044e66) ) // decap needed for verification
+ ROM_LOAD( "tb-94.melody", 0x000, 0x100, BAD_DUMP CRC(60d98353) SHA1(8789d7cd39111fe01848a89748ab91731de5caef) ) // decap needed for verification
ROM_REGION( 514643, "screen", 0)
ROM_LOAD( "gnw_mbaway.svg", 0, 514643, CRC(2ec2f18b) SHA1(8e2fd20615d867aac97e443fb977513ff98138b4) )