diff options
author | Torbjörn Andersson | 2014-11-19 20:39:27 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2014-11-19 20:39:27 +0100 |
commit | 74509eb8ac390d04d76e464a6b50173ee720e40d (patch) | |
tree | 5dc4baeb1dc0024d288eab79ee5bfe5714a18a24 | |
parent | 244da223bd44759febbc8d5ff3044c1bbc61ae07 (diff) | |
download | scummvm-rg350-74509eb8ac390d04d76e464a6b50173ee720e40d.tar.gz scummvm-rg350-74509eb8ac390d04d76e464a6b50173ee720e40d.tar.bz2 scummvm-rg350-74509eb8ac390d04d76e464a6b50173ee720e40d.zip |
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.
-rw-r--r-- | engines/agos/detection_tables.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 77fc88c6bb..2f4709c49e 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 { { |