diff options
author | Matthew Stewart | 2018-07-29 01:31:10 -0400 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-09 08:37:30 +0200 |
commit | 359b0c23075e216df581a0b89ebba9d3ef4251c9 (patch) | |
tree | 9a5cd5874617f64711e9568d6f29a66deddb8524 | |
parent | 1599e57dfea7e819f53758a93440f7dd13f1f73c (diff) | |
download | scummvm-rg350-359b0c23075e216df581a0b89ebba9d3ef4251c9.tar.gz scummvm-rg350-359b0c23075e216df581a0b89ebba9d3ef4251c9.tar.bz2 scummvm-rg350-359b0c23075e216df581a0b89ebba9d3ef4251c9.zip |
STARTREK: Add german floppy version to detection
-rw-r--r-- | engines/startrek/detection.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 88488a68de..287c54b5e3 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -110,6 +110,21 @@ static const StarTrekGameDescription gameDescriptions[] = { false, }, + { // ST25 DOS floppy edition (GER) + { + "st25", + "Floppy", + AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7181890), + Common::DE_DEU, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO0() + }, + GType_ST25, + 0, + false, + }, + { // ST25 Amiga ? (EN) { "st25", |