diff options
author | Filippos Karapetis | 2009-03-30 09:02:03 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-03-30 09:02:03 +0000 |
commit | 37ddffc1d270e2d7b4b146c8b884ec552722040f (patch) | |
tree | 37fd0c1bb3d7631e3ccd6c0497d3d51f0f148e6e /engines/sci | |
parent | 627c3d8f89ea79c9db8786f9f9622dcdc11a4bf1 (diff) | |
download | scummvm-rg350-37ddffc1d270e2d7b4b146c8b884ec552722040f.tar.gz scummvm-rg350-37ddffc1d270e2d7b4b146c8b884ec552722040f.tar.bz2 scummvm-rg350-37ddffc1d270e2d7b4b146c8b884ec552722040f.zip |
Added another version of Hoyle 1, from bug report #2719227
svn-id: r39756
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index f5c19f4b89..d7bbd0ceca 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -631,6 +631,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(0, 000, 530) }, + // Hoyle 1 - English DOS (supplied by merkur in bug report #2719227) + {{"hoyle1", "", { + {"resource.map", 0, "1034a218943d12f1f36e753fa10c95b8", 4386}, + {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 518308}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(0, 000, 530) + }, + #if 0 // TODO: unknown if these files are corrupt // Hoyle 1 - English Amiga (from www.back2roots.org) {{"hoyle1", "", { |