diff options
author | David Fioramonti | 2018-08-16 15:55:39 -0700 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-18 14:17:36 +0200 |
commit | 54419e045a5dea1ef6a698dd07bce75bcfbe4cbf (patch) | |
tree | 109441e983ea6f568b1c76bddf18561c9d0eaadd /engines | |
parent | ae9cb8aa7bf4d875880bd36649ab995a5905d4bd (diff) | |
download | scummvm-rg350-54419e045a5dea1ef6a698dd07bce75bcfbe4cbf.tar.gz scummvm-rg350-54419e045a5dea1ef6a698dd07bce75bcfbe4cbf.tar.bz2 scummvm-rg350-54419e045a5dea1ef6a698dd07bce75bcfbe4cbf.zip |
STARTREK: Detect another ST25 CD/DOS English variant
Diffstat (limited to 'engines')
-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 08f38587ea..2a47eb17fd 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -84,6 +84,20 @@ static const StarTrekGameDescription gameDescriptions[] = { GF_CDROM, }, + { // ST25 DOS CD-ROM edition (EN) #2 + { + "st25", + "CD", + AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7793808), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO0() + }, + GType_ST25, + GF_CDROM, + }, + { // ST25 DOS CD-ROM edition (FR) { "st25", |