diff options
author | Filippos Karapetis | 2010-08-17 19:37:43 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-08-17 19:37:43 +0000 |
commit | 02f08d41a16af9133446c9b638b63677a9c1c97d (patch) | |
tree | 844a1a7ebd4e451d08c0e80510761cc63498e3a7 /engines/sci | |
parent | 918847360ef1c752e9ff82fc1a444e43bfa0a604 (diff) | |
download | scummvm-rg350-02f08d41a16af9133446c9b638b63677a9c1c97d.tar.gz scummvm-rg350-02f08d41a16af9133446c9b638b63677a9c1c97d.tar.bz2 scummvm-rg350-02f08d41a16af9133446c9b638b63677a9c1c97d.zip |
SCI: Added another EGA version of Longbow
svn-id: r52167
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 27a9e63d5b..6b6d1e67b9 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -351,6 +351,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.006", 0, "8c767b3939add63d11274065e46aad04", 713158}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Conquests of the Longbow DOS 1.0 EGA (4 x 5.25" disks) + // Provided by ssburnout in bug report #3046802 + {"longbow", "EGA", { + {"resource.map", 0, "0517ca368ec844df0cb21a05020fae01", 6021}, + {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 934643}, + {"resource.001", 0, "76c729e563809170e6cc8b2f3f6cf0a4", 1196133}, + {"resource.002", 0, "8c767b3939add63d11274065e46aad04", 1152478}, + {"resource.003", 0, "7025b87e735b1df3f0e9488a621f4333", 1171439}, + AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Conquests of the Longbow - English DOS Non-Interactive Demo // SCI interpreter version 1.000.510 {"longbow", "Demo", { |