diff options
author | Lothar Serra Mari | 2019-05-25 11:59:19 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-05-28 08:11:49 +0300 |
commit | 310377033f334779dc39261c9cd20a295bb1cc04 (patch) | |
tree | 60f4fa79ac0ee4b2638d66680da64f1c0245d8b8 /engines/startrek | |
parent | 944370c349e60c47a23165057084de3faa414802 (diff) | |
download | scummvm-rg350-310377033f334779dc39261c9cd20a295bb1cc04.tar.gz scummvm-rg350-310377033f334779dc39261c9cd20a295bb1cc04.tar.bz2 scummvm-rg350-310377033f334779dc39261c9cd20a295bb1cc04.zip |
STARTREK: Add detection for reported English floppy variant
Reported by ccorbacho in trac/#10921
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 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", |