diff options
author | David Turner | 2010-10-23 14:37:26 +0000 |
---|---|---|
committer | David Turner | 2010-10-23 14:37:26 +0000 |
commit | 3e657c1bf961390bf645a27c6616b527e457d372 (patch) | |
tree | 5824e5a8e87b3f4d00ae06996cba63dd91966360 /engines/lastexpress | |
parent | 3f4655c03f717a2db549ae2418dac2a22b8709e0 (diff) | |
download | scummvm-rg350-3e657c1bf961390bf645a27c6616b527e457d372.tar.gz scummvm-rg350-3e657c1bf961390bf645a27c6616b527e457d372.tar.bz2 scummvm-rg350-3e657c1bf961390bf645a27c6616b527e457d372.zip |
LASTEXPRESS: Add md5sums of UK Broderbund TLE.
svn-id: r53733
Diffstat (limited to 'engines/lastexpress')
-rw-r--r-- | engines/lastexpress/detection.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/lastexpress/detection.cpp b/engines/lastexpress/detection.cpp index 46ed25457e..7c473a6fe3 100644 --- a/engines/lastexpress/detection.cpp +++ b/engines/lastexpress/detection.cpp @@ -51,6 +51,22 @@ static const ADGameDescription gameDescriptions[] = { Common::GUIO_NONE }, + // The Last Express (English) - UK Broderbund Release + { + "lastexpress", + "", + { + {"HD.HPF", 0, "2d331459e0e68cf277ef4e4043750413", 29865984}, + {"CD1.HPF", 0, "8c86db47304033fcff32c69fddd5a920", 525522944}, + {"CD2.HPF", 0, "2672348691e1ae22d37d9f46f3683a07", 669509632}, + {"CD3.HPF", 0, "33f5e35f51063cb90f6bed9974475aa6", 641056768}, + }, + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + // The Last Express (English) - Interplay Release { "lastexpress", |