diff options
author | Martin Kiewitz | 2010-07-01 22:23:05 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-01 22:23:05 +0000 |
commit | 32dfd0cedce13f00b512d87b3b9bb7c383cc3b45 (patch) | |
tree | 52bf69dcfab789d3abba3fac14e1e9652c1d4990 | |
parent | 4c04375c8c39a3be660096d66d9d31dc5dd93a93 (diff) | |
download | scummvm-rg350-32dfd0cedce13f00b512d87b3b9bb7c383cc3b45.tar.gz scummvm-rg350-32dfd0cedce13f00b512d87b3b9bb7c383cc3b45.tar.bz2 scummvm-rg350-32dfd0cedce13f00b512d87b3b9bb7c383cc3b45.zip |
SCI: adding jones/ega to detection tables
svn-id: r50575
-rw-r--r-- | engines/sci/detection_tables.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index d2136666a7..e761b64991 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -768,7 +768,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, - // Jones in the Fast Lane - English DOS + // Jones in the Fast Lane EGA - English DOS + // SCI interpreter version 1.000.172 (not 100% sure FIXME) + {"jones", "", { + {"resource.map", 0, "be4cf9e8c1e253623ef35ae3b8a1d998", 1800}, + {"resource.001", 0, "bac3ec6cb3e3920984ab0f32becf5163", 202105}, + {"resource.002", 0, "b86daa3ba2784d1502da881eedb80d9b", 341771}, + {NULL, 0, NULL, 0}}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + + // Jones in the Fast Lane VGA - English DOS // SCI interpreter version 1.000.172 {"jones", "", { {"resource.map", 0, "65cbe19b36fffc71c8e7b2686bd49ad7", 1800}, |