diff options
author | Eugene Sandulenko | 2016-04-16 23:17:53 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-04-16 23:39:38 +0200 |
commit | d633a54526481d01f464e794451fbd77317fcaf8 (patch) | |
tree | 14479f382f9e22e0c55c35cffba21c757602a542 /engines | |
parent | 0e00c2b41c9862c0ec9eb4e211b693e67acf449d (diff) | |
download | scummvm-rg350-d633a54526481d01f464e794451fbd77317fcaf8.tar.gz scummvm-rg350-d633a54526481d01f464e794451fbd77317fcaf8.tar.bz2 scummvm-rg350-d633a54526481d01f464e794451fbd77317fcaf8.zip |
AGOS: Added Russian Simon2 Talkie. Submitted by Dimouse
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/detection_tables.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 793d4081cf..90e5a84829 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2251,6 +2251,31 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, + // Simon the Sorcerer 2 - Russian DOS CD + { + { + "simon2", + "CD", + + { + { "gsptr30", GAME_BASEFILE, "e26d162e573587f4601b88701292212c", 58851}, + { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", 18089}, + { "simon2.gme", GAME_GMEFILE, "9c535d403966750ae98bdaf698375a38", 19687892}, + { "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6", 171}, + { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", 513}, + { NULL, 0, NULL, 0} + }, + Common::RU_RUS, + Common::kPlatformDOS, + ADGF_CD, + GUIO0() + }, + + GType_SIMON2, + GID_SIMON2, + GF_TALKIE + }, + // Simon the Sorcerer 2 - Czech Windows CD { { |