summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author RobertoFresca <robbie@mamedev.org>2017-09-02 03:59:19 -0300
committer RobertoFresca <robbie@mamedev.org>2017-09-02 03:59:19 -0300
commit0e4a3a2294068ffcc915eef3f2810e45d4356919 (patch)
treef5551c070a73c39b7d4a08dcc2c9b23168dac4cf
parent4e00267f01ac0660c40ad2cc39401e47522713d6 (diff)
Royal Jackpot: Added default NVRAM. [Roberto Fresca]
-rw-r--r--src/mame/drivers/funworld.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/funworld.cpp b/src/mame/drivers/funworld.cpp
index 774f3dde99e..99ec0d9ca54 100644
--- a/src/mame/drivers/funworld.cpp
+++ b/src/mame/drivers/funworld.cpp
@@ -4938,7 +4938,7 @@ ROM_END
/*
- Royal Jackpot (Video Klein)
+ Royal Card / Royal Jackpot (with third draw) (encrypted)
Encrypted graphics 'alla TAB blue PCB.
Maybe is the infamous encrypted Impera green PCB.
@@ -4956,10 +4956,10 @@ ROM_START( royaljp )
ROM_REGION( 0x0200, "proms", 0 )
ROM_LOAD( "rj_d27hc65d-2_(82s147).bin", 0x0000, 0x0200, CRC(d6570420) SHA1(90b6c126b485db823acffbfd195964a6282e60ea) )
-// ROM_REGION( 0x0800, "nvram", 0 )
-// ROM_LOAD( "royalcrdt_nv.bin", 0x0000, 0x0800, CRC(67a6e68b) SHA1(d7ab01c4d9bd4fe58b5d0f4a945c00c5c4906008) )
+ ROM_REGION( 0x0800, "nvram", 0 )
+ ROM_LOAD( "royaljp_nvram.bin", 0x0000, 0x0800, CRC(48e51e2a) SHA1(b81a1741eef299384d4fa98a534099b2c0332074) )
-// ROM_REGION( 0x0200, "plds", 0 ) /* Device type is 16L8 */
+// ROM_REGION( 0x0200, "plds", 0 ) /* There are 3 GALs */
// ROM_LOAD( "tab01_3.bin", 0x0000, 0x0104, CRC(a13a7a0a) SHA1(28e918ece4dcfa3883d2439c226b2f125d43f386) )
ROM_END