summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/daryde.cpp
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2019-05-04 11:43:50 +0200
committer GitHub <noreply@github.com>2019-05-04 11:43:50 +0200
commit950215d1b5622dfba3176fed6007854b54fe923e (patch)
treef9968b42a3228d16ff0605551e14528b77c3c400 /src/mame/drivers/daryde.cpp
parentf225e9f8beacf98a74bc426966ba3de004d01134 (diff)
daryde.cpp: Add NVRAM dump to "cricket" [@LosTrastosDeXaX, ClawGrip]
(nw) It may be useful to have a working NVRAM dump when working on the driver
Diffstat (limited to 'src/mame/drivers/daryde.cpp')
-rw-r--r--src/mame/drivers/daryde.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/daryde.cpp b/src/mame/drivers/daryde.cpp
index 7d59478ce29..1501cdbf24e 100644
--- a/src/mame/drivers/daryde.cpp
+++ b/src/mame/drivers/daryde.cpp
@@ -137,6 +137,9 @@ ROM_START(cricket)
ROM_REGION(0x22e, "pal", 0)
ROM_LOAD("a_palce16v8h.ic4", 0x000, 0x117, NO_DUMP)
ROM_LOAD("b_palce16v8h.ic5", 0x117, 0x117, NO_DUMP)
+
+ ROM_REGION(0x2000, "nvram", 0)
+ ROM_LOAD("ds1225y.ic7", 0x0000, 0x2000, BAD_DUMP CRC(3a7f0f6f) SHA1(b672859399db854bc049c75beea482b5afb3d2bb)) // NVRAM dumped from a working machine, but may not be the default
ROM_END
GAME(1995, cricket, 0, pandart, pandart, daryde_state, empty_init, ROT0, "Daryde S. L.", "Cricket", MACHINE_IS_SKELETON_MECHANICAL)