diff options
author | Kirben | 2013-12-24 13:16:45 +1100 |
---|---|---|
committer | Kirben | 2013-12-24 13:16:45 +1100 |
commit | 43c2054fd073adb22e6f2d03635033a9be817fd3 (patch) | |
tree | c54fee316e8295a033e85bc0fd8b1c1dcacdca23 /engines/agos | |
parent | c2a2a760e9f634b7e24b8fe66d75054d80d1f435 (diff) | |
download | scummvm-rg350-43c2054fd073adb22e6f2d03635033a9be817fd3.tar.gz scummvm-rg350-43c2054fd073adb22e6f2d03635033a9be817fd3.tar.bz2 scummvm-rg350-43c2054fd073adb22e6f2d03635033a9be817fd3.zip |
AGOS: Add German Amiga OCS version of Simon the Sorcerer 1.
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/detection_tables.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 70757865f5..329af75d0c 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -1091,6 +1091,30 @@ static const AGOSGameDescription gameDescriptions[] = { GF_32COLOR | GF_CRUNCHED | GF_CRUNCHED_GAMEPC | GF_OLD_BUNDLE | GF_PLANAR }, + // Simon the Sorcerer 1 - German Amiga OCS Floppy + { + { + "simon1", + "OCS Floppy", + + { + { "gameamiga", GAME_BASEFILE, "634c82b7a0b760214fd71add328c7a00", 39493}, + { "icon.pkd", GAME_ICONFILE, "565ef7a98dcc21ef526a2bb10b6f42ed", 18979}, + { "stripped.txt", GAME_STRFILE, "f5fc67db3b8c5283cda51c43b98a74f8", 243}, + { "tbllist", GAME_TBLFILE, "f9d5bf2ce09f82289c791c3ca26e1e4b", 696}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI) + }, + + GType_SIMON1, + GID_SIMON1, + GF_32COLOR | GF_CRUNCHED | GF_OLD_BUNDLE | GF_PLANAR + }, + // Simon the Sorcerer 1 - English Amiga AGA Floppy { { |