aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/detection_tables.h
diff options
context:
space:
mode:
authorLe Philousophe2019-06-30 18:29:08 +0200
committerLe Philousophe2019-07-05 07:52:44 +0200
commit70eca7190573ad43d78c75c9ea0f4207b4ecbf62 (patch)
tree480be344a811644fcea43c54965a2335726ffcd1 /engines/cryomni3d/detection_tables.h
parent5309672bea7a7e25f58e16c717ae738a9f02308e (diff)
downloadscummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.tar.gz
scummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.tar.bz2
scummvm-rg350-70eca7190573ad43d78c75c9ea0f4207b4ecbf62.zip
CRYOMNI3D: Add Spanish version of Versailles
Diffstat (limited to 'engines/cryomni3d/detection_tables.h')
-rw-r--r--engines/cryomni3d/detection_tables.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/engines/cryomni3d/detection_tables.h b/engines/cryomni3d/detection_tables.h
index 5f824f16a7..f6791fa19a 100644
--- a/engines/cryomni3d/detection_tables.h
+++ b/engines/cryomni3d/detection_tables.h
@@ -178,6 +178,57 @@ static const CryOmni3DGameDescription gameDescriptions[] = {
GF_VERSAILLES_AUDIOPADDING,
},
+ // Versailles 1685
+ // Spanish Windows 95 from hybrid Win95/DOS CD
+ // From lePhilousophe
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("VERSAILL.EXE", "78d90d656ec3b76f158721d38bc68083", 346112),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_VERSAILLES
+ },
+ GType_VERSAILLES,
+ GF_VERSAILLES_NUMERICFONTS | GF_VERSAILLES_AUDIOPADDING,
+ },
+
+ // Versailles 1685
+ // Spanish Windows 95 compressed from hybrid Win95/DOS CD
+ // From lePhilousophe
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("PROGRAM.Z", "9e7c0c3125124010d45dde9dc62744ef", 346112),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_VERSAILLES
+ },
+ GType_VERSAILLES,
+ GF_VERSAILLES_NUMERICFONTS | GF_VERSAILLES_AUDIOPADDING,
+ },
+
+ // Versailles 1685
+ // Spanish DOS from hybrid Win95/DOS CD
+ // From lePhilousophe
+ {
+ {
+ "versailles",
+ "",
+ AD_ENTRY1s("VERSAILL.PGM", "1c992f034f43418a5da2e8ebd0b92620", 715887),
+ Common::ES_ESP,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUI_OPTIONS_VERSAILLES
+ },
+ GType_VERSAILLES,
+ GF_VERSAILLES_NUMERICFONTS | GF_VERSAILLES_AUDIOPADDING,
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};