[Scummvm-git-logs] scummvm master -> 7924568a8938d57c6ec1712ecca5581995516594

sev- sev at scummvm.org
Tue Apr 20 11:24:42 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:
7924568a89 AGOS: Added detection for Italian 9-floppy Simon1. Bugreport #10963


Commit: 7924568a8938d57c6ec1712ecca5581995516594
    https://github.com/scummvm/scummvm/commit/7924568a8938d57c6ec1712ecca5581995516594
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-04-20T13:24:28+02:00

Commit Message:
AGOS: Added detection for Italian 9-floppy Simon1. Bugreport #10963

Changed paths:
    engines/agos/detection_tables.h


diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 8e4a6ebf9c..2f6ee13325 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -1233,6 +1233,31 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR
 	},
 
+	// Simon the Sorcerer 1 - Italian Amiga 9-Floppy version
+	// Bugreport #10963
+	{
+		{
+			"simon1",
+			"Floppy",
+
+			{
+				{ "gameamiga",		GAME_BASEFILE,	"bd5c70845f2506e8d44b9c39b82db699", 38875},
+				{ "icon.pkd",		GAME_ICONFILE,	"565ef7a98dcc21ef526a2bb10b6f42ed", 18979},
+				{ "stripped.txt",	GAME_STRFILE,	"f5fc67db3b8c5283cda51c43b98a74f8", 243},
+				{ "tbllist",		GAME_TBLFILE,	"f9d5bf2ce09f82289c791c3ca26e1e4b", 696},
+				AD_LISTEND
+			},
+			Common::IT_ITA,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI)
+		},
+
+		GType_SIMON1,
+		GID_SIMON1,
+		GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR
+	},
+
 	// Simon the Sorcerer 1 - English Amiga CD32
 	{
 		{




More information about the Scummvm-git-logs mailing list