[Scummvm-git-logs] scummvm master -> 62fd5ce84a9606119f579e178e5dfc93bbc6ab44

sluicebox noreply at scummvm.org
Wed Dec 22 19:58:26 UTC 2021


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:
62fd5ce84a SCI: Add HOYLE1 Demo detection entry


Commit: 62fd5ce84a9606119f579e178e5dfc93bbc6ab44
    https://github.com/scummvm/scummvm/commit/62fd5ce84a9606119f579e178e5dfc93bbc6ab44
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2021-12-22T14:57:38-05:00

Commit Message:
SCI: Add HOYLE1 Demo detection entry

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 1ab13a0b6d..cc1bfb127b 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1166,6 +1166,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO_STD16_MAC_UNDITHER },
 
+	// Hoyle 1 - English DOS Non-Interactive Demo
+	// Game version v1.000.114, SCI interpreter version 0.000.530
+	{"hoyle1", "Demo", {
+		{"resource.map", 0, "debe9c04c5bcf1d97274d4a7a3e1a9f9", 1008},
+		{"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 243616},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
+
 	// Hoyle 2 - English DOS
 	// SCI interpreter version 0.000.572
 	{"hoyle2", "", {




More information about the Scummvm-git-logs mailing list