summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2020-09-14 01:20:00 +0300
committer GitHub <noreply@github.com>2020-09-14 01:20:00 +0300
commit3e452be576fd451314b281ce63747615b6d10dc1 (patch)
tree3f11dea2a85ad43d52c73257316970c27d6a05d0
parentc70bc6be75f5870a9a7013d8756ea9f971d5dd85 (diff)
parentd7795d9177d22cb2ccd99be3a1ebcae24b973afb (diff)
Merge pull request #7230 from clawgrip/patch-69
bublbobl.cpp: Dumped and verified PROM from 'bub8749' [ArcadeHacker]
-rw-r--r--src/mame/drivers/bublbobl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/bublbobl.cpp b/src/mame/drivers/bublbobl.cpp
index 77e839790b8..3dafd3ae0a9 100644
--- a/src/mame/drivers/bublbobl.cpp
+++ b/src/mame/drivers/bublbobl.cpp
@@ -1864,7 +1864,7 @@ ROM_START( bub68705 )
ROM_LOAD( "a71-25.41", 0x0000, 0x0100, CRC(2d0f8545) SHA1(089c31e2f614145ef2743164f7b52ae35bc06808) ) /* video timing */
ROM_END
-ROM_START( bub8749 ) // all ROMs match bublbobl1 but for the MCU, which is different. 2-PCB set probably comes from Italy
+ROM_START( bub8749 ) // All ROMs match bublbobl1 but for the MCU, which is different. 2-PCB set probably comes from Italy
ROM_REGION( 0x30000, "maincpu", 0 )
ROM_LOAD( "6-27256.bin", 0x00000, 0x08000, CRC(32c8305b) SHA1(6bf69b3edfbefd33cd670a762b4bf0b39629a220) )
// ROMs banked at 8000-bfff
@@ -1897,7 +1897,7 @@ ROM_START( bub8749 ) // all ROMs match bublbobl1 but for the MCU, which is diffe
// 0x70000-0x7ffff empty
ROM_REGION( 0x0100, "proms", 0 )
- ROM_LOAD( "6301-in", 0x0000, 0x0100, BAD_DUMP CRC(2d0f8545) SHA1(089c31e2f614145ef2743164f7b52ae35bc06808) ) // video timing, not dumped for this set
+ ROM_LOAD( "6301-in", 0x00000, 0x0100, CRC(2d0f8545) SHA1(089c31e2f614145ef2743164f7b52ae35bc06808) ) // Video timing
// Located on CPU/Sound Board
ROM_REGION( 0x0003, "plds", 0 )