From 807b0f84c26604dd1f6ce4bda2736e2a780fa8ab Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 26 Sep 2018 02:47:10 +0100 Subject: STARTREK: Add Detection Entry for English Demo. This can be found at: https://archive.org/details/StarTrek25thAnniversaryDemo --- engines/startrek/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines/startrek/detection.cpp') diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 1934f8c474..90b47158d0 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -168,6 +168,20 @@ static const StarTrekGameDescription gameDescriptions[] = { 0, }, + { // ST25 DOS floppy demo (EN) + { + "st25", + "Demo", + AD_ENTRY1s("data.001", "093909a9d3dd3afd207c085a24baf9cf", 2598376), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_DEMO, + GUIO0() + }, + GType_ST25, + GF_DEMO, + }, + // These are commented until future notice because I don't have complete information // on them (the file size for data.000 / data.001). Will be relying on people to // report the missing data. -- cgit v1.2.3