summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.cpp
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2016-08-20 23:53:15 -0300
committer RobertoFresca <robbie@mamedev.org>2016-08-20 23:53:15 -0300
commitdad0e05237da0572b778d496dd6c5551f3a01352 (patch)
treed92f7ec50f9f2df83c395ca4ba7cfa0bc42cd423 /src/mame/drivers/funworld.cpp
parent6746b9096d427cc714f0adf9e6d25207f0617861 (diff)
Jolly Card (Austrian, set 2): Added GAL16V8S dump (Team Europe, caius)
Diffstat (limited to 'src/mame/drivers/funworld.cpp')
-rw-r--r--src/mame/drivers/funworld.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index 7640ab6b734..b0c445d7221 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -3205,6 +3205,9 @@ ROM_START( jollycrda )
ROM_REGION( 0x0200, "proms", 0 )
ROM_LOAD( "jop.bin", 0x0000, 0x0200, CRC(5ebc5659) SHA1(8d59011a181399682ab6e8ed14f83101e9bfa0c6) )
+
+ ROM_REGION( 0x0200, "plds", 0 ) // cracked pld...
+ ROM_LOAD( "tab1.0_gal16v8s.bin", 0x0000, 0x0117, CRC(574f9a48) SHA1(bb5e2e86da85130d92f61cc57038a844950f443e) )
ROM_END