[Scummvm-cvs-logs] scummvm master -> e7e0cf922220300a43a607e7cceb9ba8652e36cc
m-kiewitz
m_kiewitz at users.sourceforge.net
Tue Mar 1 18:22:03 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:
e7e0cf9222 SCI: Add another version of hoyle 1 (5.25")
Commit: e7e0cf922220300a43a607e7cceb9ba8652e36cc
https://github.com/scummvm/scummvm/commit/e7e0cf922220300a43a607e7cceb9ba8652e36cc
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-03-01T18:20:43+01:00
Commit Message:
SCI: Add another version of hoyle 1 (5.25")
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2fd4332..ea30af0 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -892,6 +892,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 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", "", {
More information about the Scummvm-git-logs
mailing list