[Scummvm-cvs-logs] scummvm master -> 98cd1b6e0c8aac5a88e2058c37801ab20d2ac462

Strangerke arnaud.boutonne at gmail.com
Sun Feb 20 11:55:00 CET 2011


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:
98cd1b6e0c MOHAWK: Add detection strings for Harry and the Haunted House


Commit: 98cd1b6e0c8aac5a88e2058c37801ab20d2ac462
    https://github.com/scummvm/scummvm/commit/98cd1b6e0c8aac5a88e2058c37801ab20d2ac462
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-02-20T02:54:45-08:00

Commit Message:
MOHAWK: Add detection strings for Harry and the Haunted House

Changed paths:
    engines/mohawk/detection.cpp
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index 51e4f89..f759304 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -124,6 +124,7 @@ static const PlainGameDescriptor mohawkGames[] = {
 	{"lbsampler", "Living Books Sampler"},
 	{"bearfight", "The Berenstain Bears Get in a Fight"},
 	{"arthurcomp", "Arthur's Computer Adventure"},
+	{"harryhh","Harry and the Haunted House"},
 	{0, 0}
 };
 
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 92333f5..a26325b 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -522,6 +522,60 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// Harry and the Haunted House v1.0E
+	// English Windows 3.11
+	// From strangerke
+	{
+		{
+			"harryhh",
+			"",
+			AD_ENTRY1("HHHB.LB", "267bb6e3c8f237ca98b02c07b9c4013f"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
+	// Harry and the Haunted House v1.0E
+	// French Windows 3.11
+	// From strangerke
+	{
+		{
+			"harryhh",
+			"",
+			AD_ENTRY1("HHHF.LB", "7e5da86f19935bdf8fa89bbd39446543"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
+	// Harry and the Haunted House v1.0E
+	// German Windows 3.11
+	// From strangerke
+	{
+		{
+			"harryhh",
+			"",
+			AD_ENTRY1("HHHD.LB", "85c0a816efeb679739158789befb2be8"),
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV2,
+		0,
+		0
+	},
+
 	{
 		{
 			"carmentq",






More information about the Scummvm-git-logs mailing list