diff options
author | Johannes Schickel | 2011-03-28 19:07:17 +0200 |
---|---|---|
committer | Johannes Schickel | 2011-03-28 19:07:17 +0200 |
commit | ef3324f8b27862e2112a80c129c1a888dcc0ae33 (patch) | |
tree | 03fc93e692087075ac668af9fffd66c905e2e7ff | |
parent | 8c931fd1e8c0ced874f4cb5fe77197b39b940528 (diff) | |
download | scummvm-rg350-ef3324f8b27862e2112a80c129c1a888dcc0ae33.tar.gz scummvm-rg350-ef3324f8b27862e2112a80c129c1a888dcc0ae33.tar.bz2 scummvm-rg350-ef3324f8b27862e2112a80c129c1a888dcc0ae33.zip |
SCI: Add detection entry for my GK1 floppy version.
-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 23d76cc0f6..829831d3a6 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -622,6 +622,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Gabriel Knight - English DOS Floppy + // SCI interpreter version 2.000.000, VERSION file reports "1.0\nGabriel Knight\n11/22/10:33 pm\n\x1A" + {"gk1", "", { + {"resource.map", 0, "ef41df08cf2c1f680216cdbeed0f8311", 10783}, + {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 13022630}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Gabriel Knight - German DOS Floppy (supplied my markcoolio in bug report #2723775) // SCI interpreter version 2.000.000 {"gk1", "", { |