summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-04-23 12:52:13 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-04-23 12:52:13 +0200
commit5afb28369c7e1e352cc0f5a7ce4030878d1e906a (patch)
tree5111d63d3c366cd09060206f558299a37a45deb0
parent8c58f45ee6d6a493a16903b3a3badf0f1c81f878 (diff)
cromptons.cpp: added timekeeper dump for ffruits [SpinalFeyd, The Dumping Union]
-rw-r--r--src/mame/drivers/cromptons.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/cromptons.cpp b/src/mame/drivers/cromptons.cpp
index fd1701f1977..51473dd99ad 100644
--- a/src/mame/drivers/cromptons.cpp
+++ b/src/mame/drivers/cromptons.cpp
@@ -144,6 +144,9 @@ void cromptons_state::cromptons(machine_config &config)
ROM_START( ffruits )
ROM_REGION(0x10000, "maincpu", 0)
ROM_LOAD( "frntf5v6.ic11", 0x00000, 0x10000, CRC(ca60c557) SHA1(6f356827f0c93ec0376a7edc03963ef0748dccdb) ) // 27c512
+
+ ROM_REGION(0x2000, "timekpr", 0)
+ ROM_LOAD( "frntf_m48t08-100pc1.ic12", 0x0000, 0x2000, CRC(19f1c93a) SHA1(4fb01299c72e50c91af80939f8ffa8a8447f5211) )
ROM_END