[Scummvm-git-logs] scummvm master -> 7bd5ca57b291ea97fdcdd201ade6ac8111b37fcd

Strangerke Strangerke at scummvm.org
Sun Oct 16 19:51:32 CEST 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2abdea727e CHEWY: Add detection entries for German versions
7bd5ca57b2 Merge pull request #849 from rootfather/chewy-de-detection


Commit: 2abdea727e8956f4d1ca6e9539a9c66522680dc6
    https://github.com/scummvm/scummvm/commit/2abdea727e8956f4d1ca6e9539a9c66522680dc6
Author: rootfather (rootfather at scummvm.org)
Date: 2016-10-16T18:45:05+02:00

Commit Message:
CHEWY: Add detection entries for German versions

Changed paths:
    engines/chewy/detection.cpp



diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index 835a435..a59355f 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -70,6 +70,38 @@ static const ChewyGameDescription gameDescriptions[] = {
 			GUIO1(GUIO_NONE)
 		},
 	},
+	
+	{
+		// Chewy - ESC von F5 - German
+		// The source CD-ROM has the Matrix code SONOPRESS R-7885 B
+		// Most likely a newer re-release, it contains several demos and files from 1996
+		// Provided by rootfather
+		{
+			"chewy",
+			0,
+			AD_ENTRY1s("atds.tap", "c117e884cc5b4bbe50ae1217d13916c4", 231071),
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
+	
+	{
+		// Chewy - ESC von F5 - German
+		// The source CD-ROM has the Matrix code SONOPRESS M-2742 A
+		// CD-ROM has the label "CHEWY_V1_0"
+		// Provided by rootfather
+		{
+			"chewy",
+			0,
+			AD_ENTRY1s("atds.tap", "e22f97761c0e7772ec99660f2277b1a4", 231001),
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NONE)
+		},
+	},
 
 	{ AD_TABLE_END_MARKER }
 };


Commit: 7bd5ca57b291ea97fdcdd201ade6ac8111b37fcd
    https://github.com/scummvm/scummvm/commit/7bd5ca57b291ea97fdcdd201ade6ac8111b37fcd
Author: Arnaud Boutonné (Strangerke at scummvm.org)
Date: 2016-10-16T19:51:29+02:00

Commit Message:
Merge pull request #849 from rootfather/chewy-de-detection

CHEWY: Add detection entries for German versions

Changed paths:
    engines/chewy/detection.cpp








More information about the Scummvm-git-logs mailing list