aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection_tables.h
diff options
context:
space:
mode:
authorThierry Crozat2019-08-14 21:36:36 +0100
committerThierry Crozat2019-08-14 21:39:03 +0100
commit0bf74e590d6da396ae10793191fad92f4424ae6d (patch)
tree5a6cd077a4343493c90772d5bb1f692560892ab9 /engines/cryomni3d/detection_tables.h
parentaea7da44109140ed58c841d2d856fa24cd0617e9 (diff)
downloadscummvm-rg350-0bf74e590d6da396ae10793191fad92f4424ae6d.tar.gz
scummvm-rg350-0bf74e590d6da396ae10793191fad92f4424ae6d.tar.bz2
scummvm-rg350-0bf74e590d6da396ae10793191fad92f4424ae6d.zip
CRYOMNI3D: Add detection for English DOS/Windows CD
This was reported by scoriae on the forum.
Diffstat (limited to 'engines/cryomni3d/detection_tables.h')
-rw-r--r--engines/cryomni3d/detection_tables.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 989332db1b..7f30dd0381 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
{