diff options
author | Travis Howell | 2007-12-16 01:29:39 +0000 |
---|---|---|
committer | Travis Howell | 2007-12-16 01:29:39 +0000 |
commit | 3071db8f84e7d452d96b529883bc80595b167609 (patch) | |
tree | cd47779e9af1a474d7c1a09cf1b1869b35c8b5f3 | |
parent | 9a7f4865f6b681d3cc8fae87d00eec8122a2163f (diff) | |
download | scummvm-rg350-3071db8f84e7d452d96b529883bc80595b167609.tar.gz scummvm-rg350-3071db8f84e7d452d96b529883bc80595b167609.tar.bz2 scummvm-rg350-3071db8f84e7d452d96b529883bc80595b167609.zip |
Add alternative Spanish version Elvira 2 (DOS).
svn-id: r29868
-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 927dd09642..e6d9fce415 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -563,6 +563,31 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE }, + // Elvira 2 - Spanish DOS Floppy, Alternate + { + { + "elvira2", + "Floppy", + + { + { "gamepc", GAME_BASEFILE, "e84e1ac84f63d9a39270e517196c5ff9", -1}, + { "icon.dat", GAME_ICONFILE, "83a7278bff55c82fbb3aef92981866c9", -1}, + { "menus.dat", GAME_MENUFILE, "a2fdc88a77c8bdffec6b36cbeda4d955", -1}, + { "start", GAME_RESTFILE, "016107aced82d0cc5d758a9fba716270", -1}, + { "stripped.txt", GAME_STRFILE, "c3a8f644551a27c8a2fec0f8070b46b7", -1}, + { "tbllist", GAME_TBLFILE, "8252660df0edbdbc3e6377e155bbd0c5", -1}, + { NULL, 0, NULL, 0} + }, + Common::ES_ESP, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + + GType_ELVIRA2, + GID_ELVIRA2, + GF_OLD_BUNDLE + }, + // Waxworks - English Amiga Floppy { { |