diff options
author | Strangerke | 2014-11-26 00:05:03 +0100 |
---|---|---|
committer | Paul Gilbert | 2014-12-12 22:46:20 -0500 |
commit | 486b7d7e04f3832bfd2a6ed63ba92295cd509965 (patch) | |
tree | 86513662d57fcb9f7eb9caea85d4006c139e0d2c /engines | |
parent | 0a28a77e1a6339c292826b264047bd439290fe16 (diff) | |
download | scummvm-rg350-486b7d7e04f3832bfd2a6ed63ba92295cd509965.tar.gz scummvm-rg350-486b7d7e04f3832bfd2a6ed63ba92295cd509965.tar.bz2 scummvm-rg350-486b7d7e04f3832bfd2a6ed63ba92295cd509965.zip |
ACCESS: Add detection for Amazon English Demo
Diffstat (limited to 'engines')
-rw-r--r-- | engines/access/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h index 95ac8fa47d..ec1507633c 100644 --- a/engines/access/detection_tables.h +++ b/engines/access/detection_tables.h @@ -41,6 +41,24 @@ static const AccessGameDescription gameDescriptions[] = { 0 }, + // Amazon Guardians of Eden - Demo English + { + { + "amazon", + "Demo", + { + { "c25.ap", 0, "5baba0c052d22157499bfa05cb1ed5b7", 65458 }, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + GType_Amazon, + 0 + }, + { // Amazon: Guardians of Eden - CD English { |