[Scummvm-git-logs] scummvm master -> 0bf74e590d6da396ae10793191fad92f4424ae6d
criezy
criezy at scummvm.org
Thu Aug 15 00:02:35 CEST 2019
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:
0bf74e590d CRYOMNI3D: Add detection for English DOS/Windows CD
Commit: 0bf74e590d6da396ae10793191fad92f4424ae6d
https://github.com/scummvm/scummvm/commit/0bf74e590d6da396ae10793191fad92f4424ae6d
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-08-14T21:39:03+01:00
Commit Message:
CRYOMNI3D: Add detection for English DOS/Windows CD
This was reported by scoriae on the forum.
Changed paths:
engines/cryomni3d/detection_tables.h
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 989332d..7f30dd0 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -162,6 +162,40 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
},
// Versailles 1685
+ // English Windows 95 compressed from hybrid Win95/DOS CD
+ // From scoria in forum
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("PROGRAM.Z", "f5327cb860a67a24a52b6125ddc5e00b", 256146),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_TESTING,
+ GUI_OPTIONS_VERSAILLES
+ },
+ GType_VERSAILLES,
+ GF_VERSAILLES_NUMERICFONTS,
+ },
+
+ // Versailles 1685
+ // English DOS from hybrid Win95/DOS CD
+ // From scoria in forum
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("VERSAILL.PGM", "1c992f034f43418a5da2e8ebd0b92620", 710467),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_TESTING,
+ GUI_OPTIONS_VERSAILLES
+ },
+ GType_VERSAILLES,
+ GF_VERSAILLES_NUMERICFONTS,
+ },
+
+ // Versailles 1685
// Italian DOS
// From lePhilousophe
{
More information about the Scummvm-git-logs
mailing list