From 0bf74e590d6da396ae10793191fad92f4424ae6d Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Wed, 14 Aug 2019 21:36:36 +0100 Subject: CRYOMNI3D: Add detection for English DOS/Windows CD This was reported by scoriae on the forum. --- engines/cryomni3d/detection_tables.h | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'engines/cryomni3d/detection_tables.h') 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 @@ -161,6 +161,40 @@ static const CryOmni3DGameDescription gameDescriptions[] = { GF_VERSAILLES_AUDIOPADDING, }, + // 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 -- cgit v1.2.3