[Scummvm-cvs-logs] SF.net SVN: scummvm:[51735] scummvm/trunk/engines/sci/detection_tables.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed Aug 4 14:54:16 CEST 2010
Revision: 51735
http://scummvm.svn.sourceforge.net/scummvm/?rev=51735&view=rev
Author: thebluegr
Date: 2010-08-04 12:54:16 +0000 (Wed, 04 Aug 2010)
Log Message:
-----------
SCI: Added detection entry for Hoyle 4 (Hoyle Classic Card Games) from bug report #3039291
Modified Paths:
--------------
scummvm/trunk/engines/sci/detection_tables.h
Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h 2010-08-04 12:50:13 UTC (rev 51734)
+++ scummvm/trunk/engines/sci/detection_tables.h 2010-08-04 12:54:16 UTC (rev 51735)
@@ -800,6 +800,15 @@
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", {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list