diff options
Diffstat (limited to 'engines/access/detection_tables.h')
-rw-r--r-- | engines/access/detection_tables.h | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h index 88a64470c5..7d9509ca43 100644 --- a/engines/access/detection_tables.h +++ b/engines/access/detection_tables.h @@ -40,6 +40,22 @@ static const AccessGameDescription gameDescriptions[] = { 0 }, + { + // Amazon Guardians of Eden - Spanish + // Provided by dianiu in bug report #6958 + { + "amazon", + 0, + AD_ENTRY1s("c00.ap", "aeb429ff015596144c0df06886c84825", 303753), + Common::ES_ESP, + Common::kPlatformDOS, + ADGF_UNSTABLE, + GUIO1(GUIO_NONE) + }, + GType_Amazon, + 0 + }, + // Amazon Guardians of Eden - Demo English { { @@ -75,7 +91,22 @@ static const AccessGameDescription gameDescriptions[] = { { "martian", nullptr, - AD_ENTRY1s("r00.ap", "af98db5ee7f9ef86c6b1f43187a3691b", 31), + AD_ENTRY1s("r01.ap", "c081daca9b0cfd710157cf946e343df6", 39352), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GType_MartianMemorandum, + 0 + }, + + { + // Martian Memorandum + { + "martian", + "Demo", + AD_ENTRY1s("r01.rm", "c2facf9c43047211289044ee39a2322a", 2313), Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, |