diff options
author | Filippos Karapetis | 2015-05-18 11:46:14 +0300 |
---|---|---|
committer | Filippos Karapetis | 2015-05-18 11:46:14 +0300 |
commit | 994195befa7a9c216267a14a02b4afa5ecac5968 (patch) | |
tree | c43aeb35421872cb8d8d1e8cef1fc97425fb3a96 /engines | |
parent | 1aa67cbc9630505452afa23e2db30c52a34178e4 (diff) | |
download | scummvm-rg350-994195befa7a9c216267a14a02b4afa5ecac5968.tar.gz scummvm-rg350-994195befa7a9c216267a14a02b4afa5ecac5968.tar.bz2 scummvm-rg350-994195befa7a9c216267a14a02b4afa5ecac5968.zip |
SCI: Reenable an English Amiga version of Hoyle 1 (bug #6870)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 312069025b..03282223aa 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -904,8 +904,7 @@ 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) }, -#if 0 // TODO: unknown if these files are corrupt - // Hoyle 1 - English Amiga (from www.back2roots.org) + // Hoyle 1 - English Amiga (from www.back2roots.org - verified by waltervn in bug report #6870) // SCI interpreter version 0.000.519 - FIXME: some have 0.000.530, others x.yyy.zzz {"hoyle1", "", { {"resource.map", 0, "2a72b1aba65fa6e339370eb86d8601d1", 5166}, @@ -913,7 +912,6 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.002", 0, "e0dd44069a62a463fd124974b915f10d", 439502}, AD_LISTEND}, Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, -#endif // Hoyle 2 - English DOS // SCI interpreter version 0.000.572 |