[Scummvm-cvs-logs] scummvm master -> bbec27c111c53d2ab2db8c2b0a72212d5eab9464

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Mar 1 18:32:24 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bbec27c111 SCI: New Hoyle 1 was actually new Hoyle 2 version


Commit: bbec27c111c53d2ab2db8c2b0a72212d5eab9464
    https://github.com/scummvm/scummvm/commit/bbec27c111c53d2ab2db8c2b0a72212d5eab9464
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-03-01T18:31:50+01:00

Commit Message:
SCI: New Hoyle 1 was actually new Hoyle 2 version

5.25", 2 discs, interpreter 0.668

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ea30af0..1121814 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", "", {






More information about the Scummvm-git-logs mailing list