diff options
author | D G Turner | 2014-06-01 23:48:27 +0100 |
---|---|---|
committer | D G Turner | 2014-06-01 23:48:27 +0100 |
commit | b01e045ed1dc5060e53dd960fcaf84007211261d (patch) | |
tree | 69808ae60f6beee721faac4b560cf4ed4a6d3202 | |
parent | d395b3b86d889bf2341c9ebabb7b9d1887f49077 (diff) | |
download | scummvm-rg350-b01e045ed1dc5060e53dd960fcaf84007211261d.tar.gz scummvm-rg350-b01e045ed1dc5060e53dd960fcaf84007211261d.tar.bz2 scummvm-rg350-b01e045ed1dc5060e53dd960fcaf84007211261d.zip |
SCI: Add Ecoquest I detection entry from bug #6599.
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 7b4f0c8056..ea577634ab 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -469,6 +469,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO4(GUIO_MIDIGM, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Eco Quest - English DOS Floppy (reported by misterhands in bug #6599) + // Game v1.10, interpreter 2.000.286, INT #6.12.92 + {"ecoquest", "Floppy", { + {"resource.map", 0, "acb10c12bf15ffa7d0fac36124b20c8e", 4890}, + {"resource.000", 0, "89cf7c8eed99afd0a9f4188170b81ebe", 3428654}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Eco Quest - English DOS Floppy // SCI interpreter version 1.000.510 {"ecoquest", "Floppy", { |