summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author ClawGrip <clawgrip@hotmail.com>2021-02-18 13:18:39 +0100
committer GitHub <noreply@github.com>2021-02-18 23:18:39 +1100
commitd0fd9649e40f902843e9a731b2ed38420a91e542 (patch)
treeccef8bb8ce5722f31b7015710a7b58081cdab69e
parent6dc242da5631081332b4d3f43463c1bcb182f5e8 (diff)
gfamily.cpp: Redumped gmfamily hard disk. (#7799) [ICEknight]
Previous Norton Ghost image conversion had corruption issues.
-rw-r--r--src/mame/drivers/gfamily.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gfamily.cpp b/src/mame/drivers/gfamily.cpp
index 3072b34b50d..4a299989607 100644
--- a/src/mame/drivers/gfamily.cpp
+++ b/src/mame/drivers/gfamily.cpp
@@ -111,7 +111,7 @@ ROM_START( gmfamily )
ROM_LOAD("pic12f508.u6", 0x8000, 0x2000, NO_DUMP ) // 1 Kbytes internal ROM
DISK_REGION( "ide:0:hdd:image" ) // From a Norton Ghost recovery image
- DISK_IMAGE( "gamesfamily_1.1", 0, SHA1(627584c5fceaa2649a4fbc9670fbf8aa036f82be) )
+ DISK_IMAGE( "gamesfamily_1.1", 0, SHA1(cd6b8d19f430c510a95a838d7b8c578f89ccf834) )
ROM_END
} // Anonymous namespace