[Scummvm-git-logs] scummvm master -> 4734e2fa911e8655d0ba13d3d72600c89d3a9c3f
bluegr
bluegr at gmail.com
Thu Oct 29 11:31:32 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4734e2fa91 SCI: Add Macintosh version of Hoyle 1
Commit: 4734e2fa911e8655d0ba13d3d72600c89d3a9c3f
https://github.com/scummvm/scummvm/commit/4734e2fa911e8655d0ba13d3d72600c89d3a9c3f
Author: Omer Mor (omer.mor at gmail.com)
Date: 2020-10-29T13:31:27+02:00
Commit Message:
SCI: Add Macintosh version of Hoyle 1
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 645b8d64a4..97bd2abe54 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1088,6 +1088,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformAtariST, 0, GUIO_STD16 },
+ // Hoyle 1 - English Macintosh (supplied by Omer Mor)
+ // Executable scanning reports "x.yyy.zzz"
+ {"hoyle1", "", {
+ {"resource.map", 0, "e96963c2e34b21e2680fdaafb5d00a40", 8706},
+ {"resource.001", 0, "37b23afcf940ddbccfbe0b44080d9bc2", 611892},
+ {"resource.002", 0, "37b23afcf940ddbccfbe0b44080d9bc2", 591233},
+ AD_LISTEND},
+ Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO_STD16_MAC_UNDITHER },
+
// Hoyle 2 - English DOS
// SCI interpreter version 0.000.572
{"hoyle2", "", {
More information about the Scummvm-git-logs
mailing list