From d2b8eb76e0adb878a3eb1141ad50aa37d1d387a4 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 2 Apr 2009 23:37:21 +0000 Subject: Added the English DOS version of Hoyle 2 svn-id: r39805 --- engines/sci/detection.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/sci') 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}, -- cgit v1.2.3