diff options
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 { |