aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorArnaud Boutonné2010-04-07 06:46:50 +0000
committerArnaud Boutonné2010-04-07 06:46:50 +0000
commit9fbf1a113c98aec816edfb4609c07936e591467e (patch)
tree2e2b710fb8302a8204ef02ed3fc6c91e58a4b3be /engines
parent3fe570cd70bda759dd9863c9da05289d0d072d98 (diff)
downloadscummvm-rg350-9fbf1a113c98aec816edfb4609c07936e591467e.tar.gz
scummvm-rg350-9fbf1a113c98aec816edfb4609c07936e591467e.tar.bz2
scummvm-rg350-9fbf1a113c98aec816edfb4609c07936e591467e.zip
Add detection for an English ADI2 environment disk (for Amiga)
svn-id: r48580
Diffstat (limited to 'engines')
-rw-r--r--engines/gob/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index a238b2f0eb..656f6336da 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -4224,6 +4224,20 @@ static const GOBGameDescription gameDescriptions[] = {
{
"adi2",
"Adi 2",
+ AD_ENTRY1s("adi2.stk", "29694c5a649298a42f87ae731d6d6f6d", 311132),
+ EN_ANY,
+ kPlatformAmiga,
+ ADGF_NO_FLAGS,
+ GUIO_NONE
+ },
+ kGameTypeAdi2,
+ kFeaturesNone,
+ "adi2.stk", "ediintro.tot", 0
+ },
+ {
+ {
+ "adi2",
+ "Adi 2",
AD_ENTRY1s("adi2.stk", "2a40bb48ccbd4e6fb3f7f0fc2f069d80", 17720132),
ES_ESP,
kPlatformPC,