aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorTravis Howell2009-05-02 13:49:39 +0000
committerTravis Howell2009-05-02 13:49:39 +0000
commitf09f243bf2e861e58e042c2be90bebb5bfb5962d (patch)
treebf2e34e0f7ee72eaf75e6f9caaa56fdefafad19c /engines/sci
parent7f1a054cdb84c4f7c0f257d0655293a2f23e3138 (diff)
downloadscummvm-rg350-f09f243bf2e861e58e042c2be90bebb5bfb5962d.tar.gz
scummvm-rg350-f09f243bf2e861e58e042c2be90bebb5bfb5962d.tar.bz2
scummvm-rg350-f09f243bf2e861e58e042c2be90bebb5bfb5962d.zip
Add English DOS demo of Leisure Suit Larry 2.
svn-id: r40243
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/detection.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index b2a206013b..3b67ca6907 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -1270,9 +1270,19 @@ static const struct SciGameDescription SciGameDescriptions[] = {
{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
{},
SCI_VERSION_AUTODETECT,
- SCI_VERSION(0, 000, 572) // x.yyy.zzz (by executable scan)
+ SCI_VERSION(0, 000, 572) // x.yyy.zzz (by executable scan)
},
+ // Larry 2 - English DOS Demo
+ {{"lsl2", "Demo", {
+ {"resource.map", 0, "03dba704bb77da55a91ad27b5a3cac09", 528},
+ {"resource.001", 0, "9f5520f0297206928df0b0b36493cd33", 127532},
+ {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+ {},
+ SCI_VERSION_AUTODETECT,
+ SCI_VERSION(0, 000, 409) // FIXME: no version number in executable (x.yyy.zzz)
+ },
+
// Larry 2 - English DOS
{{"lsl2", "", {
{"resource.map", 0, "42258cf767a8ebaa9e66b6151a80e601", 5628},