From 4ee30bd57e3e92dd597f4638c07f030a41acc45d Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Tue, 4 Jun 2019 21:18:15 +0200 Subject: taito_f3.cpp: Mark dump of protected PALs as NO_DUMP, as they contain no info at all (nw) --- src/mame/drivers/taito_f3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_f3.cpp b/src/mame/drivers/taito_f3.cpp index eb9e4b96528..5bb2ea246b2 100644 --- a/src/mame/drivers/taito_f3.cpp +++ b/src/mame/drivers/taito_f3.cpp @@ -2074,7 +2074,7 @@ ROM_START( bublbob2 ) ROM_REGION( 0x1200, "plds", 0 ) ROM_LOAD("d77-14_palce16v8q-15.ic21.bin", 0x000, 0x117, CRC(2c798a1c) SHA1(e8ac31c3cd53eb61fedfd710c31356e8fa968cbc) ) ROM_LOAD("d77-12_palce16v8q-15.ic48.bin", 0x000, 0x117, CRC(b1cc6195) SHA1(629ef8416a2cb51fcbc48e5c306dd04c96902726) ) - ROM_LOAD("d77-11_palce16v8q-15.ic37.bin", 0x000, 0x117, CRC(a733f0de) SHA1(6eec26043cedb3cae4efe93faa84a07327be468b) ) + ROM_LOAD("d77-11_palce16v8q-15.ic37.bin", 0x000, 0x117, NO_DUMP ) ROM_END -- cgit v1.2.3