aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorMartin Gerhardy2018-09-13 21:04:21 +0200
committerDavid Turner2018-09-14 02:38:02 +0100
commit3128c0be2f376da913f3bd14708b0fa127f51f34 (patch)
tree238a210aa7afc004278c2a0b8d2f0a4c74d52a80 /engines/lastexpress
parent174b0d18643a6fc14135157ec7c0e4e2deaeeb20 (diff)
downloadscummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.tar.gz
scummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.tar.bz2
scummvm-rg350-3128c0be2f376da913f3bd14708b0fa127f51f34.zip
LASTEXPRESS: added detection entry for gog release
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/detection.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp
index 52224e4ea5..2f3ec2120d 100644
--- a/engines/lastexpress/detection.cpp
+++ b/engines/lastexpress/detection.cpp
@@ -192,6 +192,24 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOASPECT)
},
+ // The Last Express (GOG)
+ // expressw.exe ???
+ // express.exe 2010-12-14 13:49:04
+ {
+ "lastexpress",
+ "",
+ {
+ {"HD.HPF", 0, "ab940d5815008b176502f759ae753fb7", 30715904}, // 2000-03-01 17:03:58
+ {"CD1.HPF", 0, "cec8810125b050f41b7f34ab72371f81", 525522944}, // 2000-02-14 16:02:02
+ {"CD2.HPF", 0, "c648872b31e43d458680cf16bedc636c", 669581312}, // 1997-02-10 21:19:30
+ {"CD3.HPF", 0, "8cb3e68a6dca354e556c487ea24a6b10", 641128448}, // 1997-02-10 20:44:08
+ },
+ Common::EN_ANY,
+ Common::kPlatformUnknown,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+
AD_TABLE_END_MARKER
};