diff options
author | Matthew Hoops | 2010-08-02 14:39:46 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-08-02 14:39:46 +0000 |
commit | c5959bb179201d3c4eda48968c57468a01664a4d (patch) | |
tree | d987dbda2dd236b6210710e45232a5502686e5dc | |
parent | 94e8c3a1a85c6939aa205fa504fc06fdaf7fd8f9 (diff) | |
download | scummvm-rg350-c5959bb179201d3c4eda48968c57468a01664a4d.tar.gz scummvm-rg350-c5959bb179201d3c4eda48968c57468a01664a4d.tar.bz2 scummvm-rg350-c5959bb179201d3c4eda48968c57468a01664a4d.zip |
SCI: Add Hoyle 2 Mac md5's
svn-id: r51622
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 4077ff113d..3b59f96a63 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -737,6 +737,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO_NOSPEECH }, + // Hoyle 2 - English Macintosh + // Executable scanning reports "x.yyy.zzz" + {"hoyle2", "", { + {"resource.map", 0, "1af1d3aa3cf564f93477c9f87e53f495", 1728}, + {"resource.001", 0, "b73b8131669d69d41a326415e4519138", 482882}, + {NULL, 0, NULL, 0}}, + Common::EN_ANY, Common::kPlatformMacintosh, 0, GUIO_NOSPEECH }, + #if 0 // TODO: unknown if these files are corrupt // Hoyle 3 - English Amiga (from www.back2roots.org) // Executable scanning reports "1.005.000" |