diff options
author | Martin Kiewitz | 2014-06-01 21:17:37 +0200 |
---|---|---|
committer | Martin Kiewitz | 2014-06-01 21:17:37 +0200 |
commit | 72b69c15fe7788895d438afbf0e70b4fdd0950ec (patch) | |
tree | e58da5551c9351871eaf57e0f2d529980ab5b561 | |
parent | 69d6e72f849786de672144bd7367761df89d242e (diff) | |
download | scummvm-rg350-72b69c15fe7788895d438afbf0e70b4fdd0950ec.tar.gz scummvm-rg350-72b69c15fe7788895d438afbf0e70b4fdd0950ec.tar.bz2 scummvm-rg350-72b69c15fe7788895d438afbf0e70b4fdd0950ec.zip |
SCI: added hoyle1 dos (bug #6597
-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 b3de3b58d7..daaaf7a7af 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -888,6 +888,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Hoyle 1 - English DOS v1.000.115 (supplied by misterhands in bug report #6597) + // Executable scanning reports "0.000.668" + {"hoyle1", "", { + {"resource.map", 0, "3ddf55fdbe14eb0e89a27a2cfc1338bd", 4386}, + {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 519525}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + #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 |