diff options
author | Martin Kiewitz | 2015-05-18 10:52:37 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-05-18 10:52:37 +0200 |
commit | 158f491b445132cf8ebbb6fc184c8e08eaef657f (patch) | |
tree | dca46b8df84f569ea6fd7f2d8a0b5b3e128c414b | |
parent | 994195befa7a9c216267a14a02b4afa5ecac5968 (diff) | |
download | scummvm-rg350-158f491b445132cf8ebbb6fc184c8e08eaef657f.tar.gz scummvm-rg350-158f491b445132cf8ebbb6fc184c8e08eaef657f.tar.bz2 scummvm-rg350-158f491b445132cf8ebbb6fc184c8e08eaef657f.zip |
SCI: add game & int version to hoyle 1 amiga
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 03282223aa..7cadcfc27e 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -905,7 +905,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { 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 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 + // Game version 1.000.139, SCI interpreter version x.yyy.zzz {"hoyle1", "", { {"resource.map", 0, "2a72b1aba65fa6e339370eb86d8601d1", 5166}, {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 218755}, |