diff options
author | Martin Kiewitz | 2016-03-01 18:31:50 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-03-01 18:31:50 +0100 |
commit | bbec27c111c53d2ab2db8c2b0a72212d5eab9464 (patch) | |
tree | a636f4d795521698c5b57c4c32f0ed561ec3a9c4 /engines/sci | |
parent | e7e0cf922220300a43a607e7cceb9ba8652e36cc (diff) | |
download | scummvm-rg350-bbec27c111c53d2ab2db8c2b0a72212d5eab9464.tar.gz scummvm-rg350-bbec27c111c53d2ab2db8c2b0a72212d5eab9464.tar.bz2 scummvm-rg350-bbec27c111c53d2ab2db8c2b0a72212d5eab9464.zip |
SCI: New Hoyle 1 was actually new Hoyle 2 version
5.25", 2 discs, interpreter 0.668
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index ea30af0a37..11218142a4 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -892,15 +892,6 @@ 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 (supplied by m_kiewitz) - // SCI interpreter version 0.000.530, Ver 1.000.113, 3x5.25" - {"hoyle1", "", { - {"resource.map", 0, "8cef06c93d17d96f44aacd5902d84b30", 2100}, - {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98289}, - {"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 197326}, - 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 (supplied by merkur in bug report #2719227) // SCI interpreter version 0.000.530 {"hoyle1", "", { @@ -950,6 +941,15 @@ 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 2 - English DOS (supplied by m_kiewitz) + // SCI interpreter version 0.000.668, Ver 1.000.014, 2x5.25" + {"hoyle2", "", { + {"resource.map", 0, "8cef06c93d17d96f44aacd5902d84b30", 2100}, + {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98289}, + {"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 197326}, + 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 2 - English DOS (supplied by misterhands in bug report #6598) // Game v1.000.016, interpreter 0.000.668, INT #12.5.90 {"hoyle2", "", { |