summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2018-05-08 18:44:09 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2018-05-08 18:44:09 +0200
commit811c6ae6c67894d0d5ad6d542d8a8d597550e382 (patch)
tree2a090bc3a3613829a99d941024f66f47f95bb64a /src/mame/drivers/funworld.cpp
parentd7cc52475b43ef6b3d839e91e0ef5038b3bec6f2 (diff)
funworld.cpp, kingdrby.cpp: identified some protected PALs' dumps and marked them as bad [f205v]
Diffstat (limited to 'src/mame/drivers/funworld.cpp')
-rw-r--r--src/mame/drivers/funworld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index 4a9cc36e3a9..3c923d5f50e 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -5069,8 +5069,8 @@ ROM_START( royalcrdp )
ROM_REGION( 0x0800, "nvram", 0 ) /* default NVRAM */
ROM_LOAD( "royalcrdp_nvram.bin", 0x0000, 0x0800, BAD_DUMP CRC(553f8c66) SHA1(d2c21786d715f81c537d860d8515fda6d766f630) )
- ROM_REGION( 0x0200, "plds", 0 ) /* correct PAL dump */
- ROM_LOAD( "palce16v8h_1.bin", 0x0000, 0x0117, CRC(c89d2f52) SHA1(f9d52d9c42ef95b7b85bbf6d09888ebdeac11fd3) )
+ ROM_REGION( 0x0200, "plds", 0 )
+ ROM_LOAD( "palce16v8h_1.bin", 0x0000, 0x0117, BAD_DUMP CRC(c89d2f52) SHA1(f9d52d9c42ef95b7b85bbf6d09888ebdeac11fd3) )
ROM_END