diff options
author | Kari Salminen | 2007-08-08 18:53:58 +0000 |
---|---|---|
committer | Kari Salminen | 2007-08-08 18:53:58 +0000 |
commit | 056b25c3fa6b265eae2aa99a48998288fdfbc87e (patch) | |
tree | 3cd969538e99945f3994814e358e12d33385ff31 /engines/agos | |
parent | 6160b7ec9760ce187c060a9a9621c86b8aca2f87 (diff) | |
download | scummvm-rg350-056b25c3fa6b265eae2aa99a48998288fdfbc87e.tar.gz scummvm-rg350-056b25c3fa6b265eae2aa99a48998288fdfbc87e.tar.bz2 scummvm-rg350-056b25c3fa6b265eae2aa99a48998288fdfbc87e.zip |
Added detection for Elvira 2 - German Amiga Floppy. Thanks to cartman on #scummvm for submitting the info.
svn-id: r28492
Diffstat (limited to 'engines/agos')
-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 acb66496d8..f600b3febf 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -290,6 +290,31 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR }, + // Elvira 2 - German Amiga Floppy + { + { + "elvira2", + "Floppy", + + { + { "menus.dat", GAME_MENUFILE, "a2fdc88a77c8bdffec6b36cbeda4d955", -1}, + { "stripped.txt", GAME_STRFILE, "41c975a9c1106cb5298a0bc3df0a266e", -1}, + { "gameamiga", GAME_BASEFILE, "7af80eb9759bcafcd8df21e61c5af200", -1}, + { "icon.dat", GAME_ICONFILE, "a88b1c02e13ab04dd790ec30502c323d", -1}, + { "tbllist", GAME_TBLFILE, "177f5f2640e80ef92d1421d32de06a5e", -1}, + { "start", GAME_RESTFILE, "a9f876c6c66dfd011b971da3dc7b4ada", -1}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformAmiga, + Common::ADGF_NO_FLAGS + }, + + GType_ELVIRA2, + GID_ELVIRA2, + GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR + }, + // Elvira 2 - Italian Amiga Floppy { { |