diff options
| author | Filippos Karapetis | 2010-08-24 17:17:13 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2010-08-24 17:17:13 +0000 |
| commit | d48e173da1e8c278123353694ef23de024e3c850 (patch) | |
| tree | c5cdebda38a6156fafe4c1b56c6cb982bb72c5eb | |
| parent | d1e45fd5d9f3404d5b9cc703fdb715f3edc46c54 (diff) | |
| download | scummvm-rg350-d48e173da1e8c278123353694ef23de024e3c850.tar.gz scummvm-rg350-d48e173da1e8c278123353694ef23de024e3c850.tar.bz2 scummvm-rg350-d48e173da1e8c278123353694ef23de024e3c850.zip | |
SCI: added another version of Hoyle 1 (bug report #3052366)
svn-id: r52350
| -rw-r--r-- | engines/sci/detection_tables.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 3a0929e83c..e9f194f349 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -727,6 +727,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Hoyle 1 - English DOS (supplied by eddydrama in bug report #3052366) + {"hoyle1", "", { + {"resource.map", 0, "0af9a3dcd72a091960de070432e1f524", 4386}, + {"resource.001", 0, "e0dd44069a62463fd124974b915f10d", 518127}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + #if 0 // TODO: unknown if these files are corrupt // Hoyle 1 - English Amiga (from www.back2roots.org) // SCI interpreter version 0.000.519 - FIXME: some have 0.000.530, others x.yyy.zzz |
