[Scummvm-cvs-logs] scummvm master -> 74509eb8ac390d04d76e464a6b50173ee720e40d

eriktorbjorn eriktorbjorn at telia.com
Wed Nov 19 20:41:13 CET 2014


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:
74509eb8ac AGOS: Added detection for Simon the Sorcerer 1 CD32 demo


Commit: 74509eb8ac390d04d76e464a6b50173ee720e40d
    https://github.com/scummvm/scummvm/commit/74509eb8ac390d04d76e464a6b50173ee720e40d
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2014-11-19T20:39:27+01:00

Commit Message:
AGOS: Added detection for Simon the Sorcerer 1 CD32 demo

I have verified that the demo is completable, though it doesn't
actually seems to end. You're just told that there is nothing more
for you to do.

Changed paths:
    engines/agos/detection_tables.h



diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 77fc88c..2f4709c 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -1259,6 +1259,32 @@ static const AGOSGameDescription gameDescriptions[] = {
 		GF_TALKIE | GF_OLD_BUNDLE | GF_PLANAR
 	},
 
+		// Simon the Sorcerer 1 - English Amiga CD32 demo, from the cover disc of
+		// issue 5 (October 1994) of Amiga CD32 Gamer
+	{
+		{
+			"simon1",
+			"CD32 Demo",
+
+			{
+	{ "gameamiga",		GAME_BASEFILE,	"e243f9229f9728b3476e54d2cf5f18a1", 27998},
+	{ "icon.pkd",		GAME_ICONFILE,	"565ef7a98dcc21ef526a2bb10b6f42ed", 18979},
+	{ "stripped.txt",	GAME_STRFILE,	"94413c71c86c32ed9baaa1c74a151cb3", 243},
+	{ "tbllist",		GAME_TBLFILE,	"f9d5bf2ce09f82289c791c3ca26e1e4b", 696},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::EN_ANY,
+			Common::kPlatformAmiga,
+			ADGF_CD | ADGF_DEMO,
+			GUIO2(GUIO_NOSUBTITLES, GUIO_NOMIDI)
+		},
+
+		GType_SIMON1,
+		GID_SIMON1CD32,
+		GF_TALKIE | GF_OLD_BUNDLE | GF_PLANAR
+	},
+
+
 	// Simon the Sorcerer 1 - English DOS Floppy Demo
 	{
 		{






More information about the Scummvm-git-logs mailing list