From d395b3b86d889bf2341c9ebabb7b9d1887f49077 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sun, 1 Jun 2014 23:30:00 +0100 Subject: SCI: Add Hoyle 2 DOS detection entry from bug #6598. --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index e4d401b89a..7b4f0c8056 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -924,6 +924,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 2 - English DOS (supplied by misterhands in bug report #6598) + // Game v1.000.016, interpreter 0.000.668, INT #12.5.90 + {"hoyle2", "", { + {"resource.map", 0, "d8758a4eb6f34f6b3130bf25a496d123", 1356}, + {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 217880}, + 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 Amiga (from www.back2roots.org) // Executable scanning reports "1.002.032" // SCI interpreter version 0.000.685 -- cgit v1.2.3