diff options
author | Strangerke | 2014-12-28 16:15:03 +0100 |
---|---|---|
committer | Strangerke | 2014-12-28 16:15:03 +0100 |
commit | 39ab507b864d2637d65c1fb7fe3c01003036f78c (patch) | |
tree | 2d2d9993655016774a095ee9a3f24bb483114520 | |
parent | 3c2ac653b2ee2c7f2efd2684516a13eb47cbf102 (diff) | |
download | scummvm-rg350-39ab507b864d2637d65c1fb7fe3c01003036f78c.tar.gz scummvm-rg350-39ab507b864d2637d65c1fb7fe3c01003036f78c.tar.bz2 scummvm-rg350-39ab507b864d2637d65c1fb7fe3c01003036f78c.zip |
ACCESS: MM - Change detection for the floppy version, add detection for the demo
-rw-r--r-- | engines/access/detection_tables.h | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h index 88a64470c5..124f5fcf0d 100644 --- a/engines/access/detection_tables.h +++ b/engines/access/detection_tables.h @@ -75,7 +75,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, |