From cc1f91ac4c531e8b97156737a21a7f3d1c11e818 Mon Sep 17 00:00:00 2001 From: Lord-Nightmare Date: Fri, 14 Jul 2017 16:05:38 -0400 Subject: add note that the pal is actually a good dump, as it is the same logic inside as tokio (nw) --- src/mame/drivers/bublbobl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/bublbobl.cpp b/src/mame/drivers/bublbobl.cpp index cb3f17865b4..f687f28ee4d 100644 --- a/src/mame/drivers/bublbobl.cpp +++ b/src/mame/drivers/bublbobl.cpp @@ -1235,7 +1235,7 @@ ROM_START( bublboblp ) ROM_LOAD( "a71-25.ic41", 0x0000, 0x0100, BAD_DUMP CRC(2d0f8545) SHA1(089c31e2f614145ef2743164f7b52ae35bc06808) ) /* video timing, on gfx board */ // NEEDS DUMPING, temporarily copied from tokio for now ROM_REGION( 0x0200, "plds", 0 ) - ROM_LOAD( "a71-26.ic19", 0x0000, 0x0117, BAD_DUMP CRC(4e1f119c) SHA1(0ac8eb2fdb202951e5f7145f92dfd10fe96b294b) ) // under epoxy; PAL16L8 dumped as truth table, but dump needs converting to .jed; temporarily copied from tokio for now + ROM_LOAD( "bublboblp.pal16l8.ic19", 0x0000, 0x0117, CRC(4e1f119c) SHA1(0ac8eb2fdb202951e5f7145f92dfd10fe96b294b) ) // under epoxy; unlabeled, but equations are identical to tokio a71-26.ic19. fusemap was not dumped. ROM_END /* -- cgit v1.2.3