From 213e73038883f2b8498d666bb70851f648198579 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 18 Mar 2017 06:38:39 +0100 Subject: MOHAWK: Add detection for Myst v1.0 English Provided by vonLeheCreative in #9645 --- engines/mohawk/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines') diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 9cc52a78b3..7da3c14633 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -48,6 +48,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + // Myst + // English Windows 3.11, v1.0 + // From vonLeheCreative, #9645 + { + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_MYST + }, + GType_MYST, + 0, + 0, + }, + // Myst Demo // English Windows 3.11 // From CD-ROM Today July, 1994 -- cgit v1.2.3