From 310377033f334779dc39261c9cd20a295bb1cc04 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Sat, 25 May 2019 11:59:19 +0200 Subject: STARTREK: Add detection for reported English floppy variant Reported by ccorbacho in trac/#10921 --- engines/startrek/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/startrek') diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 722e1d58b8..47238cbc3b 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -140,6 +140,20 @@ static const StarTrekGameDescription gameDescriptions[] = { 0, }, + { // ST25 DOS floppy edition (EN) #2 + { + "st25", + "Floppy", + AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7172238), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO0() + }, + GType_ST25, + 0, + }, + { // ST25 DOS floppy edition (GER) { "st25", -- cgit v1.2.3