diff options
author | Matthew Hoops | 2010-08-04 16:13:26 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-08-04 16:13:26 +0000 |
commit | fbd7c8456705442f12c9c798c58ec146f0a85063 (patch) | |
tree | e4a0a70f89b9ea8cc2dec11f1493232c488d60fe /engines | |
parent | a5056cde9812a18dd76e3c453ba4bb62b9d303ab (diff) | |
download | scummvm-rg350-fbd7c8456705442f12c9c798c58ec146f0a85063.tar.gz scummvm-rg350-fbd7c8456705442f12c9c798c58ec146f0a85063.tar.bz2 scummvm-rg350-fbd7c8456705442f12c9c798c58ec146f0a85063.zip |
SCI: Add Hero's Quest demo detection entry (qfg1 ega)
svn-id: r51740
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index f29dce1603..9007e18eba 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2315,8 +2315,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.003", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 642203}, {"resource.004", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 641688}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH - }, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, // Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy (supplied by markcoolio in bug report #2723843) // Executable scanning reports "0.000.566" @@ -2331,8 +2330,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.006", 0, "69366c2a2f99917199fe1b60a4fee19d", 267852}, {"resource.007", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 272747}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH - }, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + + // Quest for Glory 1 / Hero's Quest - English DOS Demo + // Executable scanning reports "0.000.685" + {"qfg1", "Demo", { + {"resource.map", 0, "df34c758cbb9026da175793ff686b0e6", 882}, + {"resource.001", 0, "73fbaafdd313b39aeedb80fbf85ecef1", 389884}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, // Quest for Glory 1 - Japanese PC-98 5.25" Floppy (also includes english language) // Executable scanning reports "S.old.201" |