diff options
author | D G Turner | 2018-09-26 02:47:10 +0100 |
---|---|---|
committer | D G Turner | 2018-09-26 02:47:10 +0100 |
commit | 807b0f84c26604dd1f6ce4bda2736e2a780fa8ab (patch) | |
tree | a86cff03edaa0ca67ecec2f7f9364e0147d9c293 /engines/startrek | |
parent | 399fa33e47a2c64088787f74e6a8f6a25151b178 (diff) | |
download | scummvm-rg350-807b0f84c26604dd1f6ce4bda2736e2a780fa8ab.tar.gz scummvm-rg350-807b0f84c26604dd1f6ce4bda2736e2a780fa8ab.tar.bz2 scummvm-rg350-807b0f84c26604dd1f6ce4bda2736e2a780fa8ab.zip |
STARTREK: Add Detection Entry for English Demo.
This can be found at:
https://archive.org/details/StarTrek25thAnniversaryDemo
Diffstat (limited to 'engines/startrek')
-rw-r--r-- | engines/startrek/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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. |