diff options
-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", |