diff options
author | Filippos Karapetis | 2010-08-04 12:54:16 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-08-04 12:54:16 +0000 |
commit | 2b1f366e19f19ba5316fe7af95bd77176178d801 (patch) | |
tree | f5a627337f549dd2b0ff6c535765733fe58c6de0 /engines | |
parent | 624107319ef8d57854b6b8e4d264831697d5d00e (diff) | |
download | scummvm-rg350-2b1f366e19f19ba5316fe7af95bd77176178d801.tar.gz scummvm-rg350-2b1f366e19f19ba5316fe7af95bd77176178d801.tar.bz2 scummvm-rg350-2b1f366e19f19ba5316fe7af95bd77176178d801.zip |
SCI: Added detection entry for Hoyle 4 (Hoyle Classic Card Games) from bug report #3039291
svn-id: r51735
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 73dd7e1c29..f29dce1603 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -800,6 +800,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, + // Hoyle 4 (Hoyle Classic Card Games) - English DOS/Win + // SCI1.1 + // Supplied by abevi in bug report #3039291 + {"hoyle4", "Demo", { + {"resource.map", 0, "2b577c975cc8d8d43f61b6a756129fe3", 4352}, + {"resource.000", 0, "43e2c15ce436aab611a462ad0603e12d", 2000132}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH }, + // Jones in the Fast Lane EGA - English DOS // SCI interpreter version 1.000.172 (not 100% sure FIXME) {"jones", "EGA", { |