[Scummvm-git-logs] scummvm master -> 807b0f84c26604dd1f6ce4bda2736e2a780fa8ab

digitall dgturner at iee.org
Wed Sep 26 03:39:11 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
807b0f84c2 STARTREK: Add Detection Entry for English Demo.


Commit: 807b0f84c26604dd1f6ce4bda2736e2a780fa8ab
    https://github.com/scummvm/scummvm/commit/807b0f84c26604dd1f6ce4bda2736e2a780fa8ab
Author: D G Turner (digitall at scummvm.org)
Date: 2018-09-26T02:47:10+01:00

Commit Message:
STARTREK: Add Detection Entry for English Demo.

This can be found at:
https://archive.org/details/StarTrek25thAnniversaryDemo

Changed paths:
    engines/startrek/detection.cpp


diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp
index 1934f8c..90b4715 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.





More information about the Scummvm-git-logs mailing list