gfamily.cpp: Redumped gmfamily hard disk. (#7799) [ICEknight]

Previous Norton Ghost image conversion had corruption issues.
This commit is contained in:
ClawGrip 2021-02-18 13:18:39 +01:00 committed by GitHub
parent 6dc242da56
commit d0fd9649e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ ROM_START( gmfamily )
ROM_LOAD("pic12f508.u6", 0x8000, 0x2000, NO_DUMP ) // 1 Kbytes internal ROM 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_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 ROM_END
} // Anonymous namespace } // Anonymous namespace