summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2012-03-11 04:19:44 +0000
committer R. Belmont <rb6502@users.noreply.github.com>2012-03-11 04:19:44 +0000
commit5f315838c469de5b26bae12fe7dfeb3c8d07d966 (patch)
tree52f711974f3dd3bbf7bb72c4024653ca3c2f5550
parent8fdeb52654dd9549d2f31c6b68ed7b79d3a646e4 (diff)
m90: dynablstb2 uses the same sound ROM as dynablstb, makes sound/music play ok (nw)
-rw-r--r--src/mame/drivers/m90.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m90.c b/src/mame/drivers/m90.c
index 4587e66d839..55b31fcd5ea 100644
--- a/src/mame/drivers/m90.c
+++ b/src/mame/drivers/m90.c
@@ -955,7 +955,7 @@ ROM_START( dynablstb2 )
ROM_COPY( "maincpu", 0x3fff0, 0xffff0, 0x10 ) /* start vector */
ROM_REGION( 0x10000, "soundcpu", 0 )
- ROM_LOAD( "bbm-sp.23", 0x0000, 0x10000, CRC(251090cd) SHA1(9245072c1afbfa3e4a1d1549942765d58bd78ed3) )
+ ROM_LOAD( "db1-17.bin", 0x0000, 0x10000, CRC(e693c32f) SHA1(b6f228d26318718eedae765de9479706a3e4c38d) )
ROM_REGION( 0x100000, "gfx1", 0 )
ROM_LOAD( "bbm-c0.66", 0x000000, 0x40000, CRC(695d2019) SHA1(3537e9fb0e7dc13d6113b4af71cba3c73392335a) )