diff options
author | Filippos Karapetis | 2009-04-02 23:37:21 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-04-02 23:37:21 +0000 |
commit | d2b8eb76e0adb878a3eb1141ad50aa37d1d387a4 (patch) | |
tree | 608bf117c0b26a7c78ca34db6657cb3138a872ab /engines | |
parent | 6c21af058e523920cfd00709c702c557b78ad44a (diff) | |
download | scummvm-rg350-d2b8eb76e0adb878a3eb1141ad50aa37d1d387a4.tar.gz scummvm-rg350-d2b8eb76e0adb878a3eb1141ad50aa37d1d387a4.tar.bz2 scummvm-rg350-d2b8eb76e0adb878a3eb1141ad50aa37d1d387a4.zip |
Added the English DOS version of Hoyle 2
svn-id: r39805
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 9c0584f9ec..68b20f2890 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -681,6 +681,17 @@ static const struct SciGameDescription SciGameDescriptions[] = { }, #endif + // Hoyle 2 - English DOS + {{"hoyle2", "", { + {"resource.map", 0, "4f894d203f64aa23d9ff64d30ae36926", 2100}, + {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98138}, + {"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 196631}, + {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(0, 000, 572) + }, + // Hoyle 2 - English Amiga (from www.back2roots.org) {{"hoyle2", "", { {"resource.map", 0, "62ed48d20c580e5a98f102f7cd93706a", 1356}, |