From dfdd0e4428ede8f32a094189371bcd83318d61a6 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 5 Apr 2009 12:11:20 +0000 Subject: Add another German version of Simon the Sorcerer 2 (DOS Floppy). svn-id: r39859 --- engines/agos/detection_tables.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index c0b5309b40..41147b85f8 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -1803,6 +1803,30 @@ static const AGOSGameDescription gameDescriptions[] = { 0 }, + // Simon the Sorcerer 2 - German DOS Floppy alternate? + { + { + "simon2", + "Floppy", + + { + { "game32", GAME_BASEFILE, "604d04315935e77624bd356ac926e068", 59111}, + { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", 18089}, + { "simon2.gme", GAME_GMEFILE, "ec9f0f24fd895e7ea72e3c8e448c0240", 19698755}, + { "stripped.txt", GAME_STRFILE, "6de6292c9ac11bfb2e70fdb0f773ba85", 171}, + { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", 513}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformPC, + ADGF_NO_FLAGS + }, + + GType_SIMON2, + GID_SIMON2, + 0 + }, + // Simon the Sorcerer 2 - Italian DOS Floppy { { -- cgit v1.2.3