summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2015-03-24 10:35:25 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2015-03-24 10:35:25 +0000
commitadc1dcf6492872be304d6688b2a3871ea29a3023 (patch)
treeafc446eceaf8204f44d63ef99af9d3e998175de7
parent442aedc911ddf13c85e17ccb08387aa6204f8663 (diff)
correct text rom (nw)
-rw-r--r--src/mame/drivers/toaplan2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/toaplan2.c b/src/mame/drivers/toaplan2.c
index 1bdc544e479..5d7bf8b8c74 100644
--- a/src/mame/drivers/toaplan2.c
+++ b/src/mame/drivers/toaplan2.c
@@ -4898,10 +4898,10 @@ ROM_START( bgareggabla )
ROM_LOAD( "rom1.bin", 0x600000, 0x200000, CRC(7eafdd70) SHA1(7c8da8e86c3f9491719b1d7d5d285568d7614f38) )
ROM_REGION( 0x010000, "text", 0 )
- ROM_LOAD( "text.u81", 0x00000, 0x08000, BAD_DUMP CRC(e67fd534) SHA1(987d0edffc2c243a13d4567319ea3d185eaadbf8) ) // should contain different title logo for this game
+ ROM_LOAD( "text.bin", 0x00000, 0x08000, CRC(00d100bd) SHA1(fb6028e3519d6588a966d1b16d47453db2e51fd7))
ROM_REGION( 0x010000, "user1", 0 ) // not graphics
- ROM_LOAD( "2#-256", 0x00000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) )
+ ROM_LOAD( "base.bin", 0x00000, 0x08000, CRC(456dd16e) SHA1(84779ee64d3ea33ba1ba4dee39b504a81c6811a1) )
ROM_REGION( 0x140000, "oki", 0 ) /* ADPCM Samples */
ROM_LOAD( "rom5.bin", 0x040000, 0x100000, CRC(f6d49863) SHA1(3a3c354852adad06e8a051511abfab7606bce382) )