Skip to content

Commit

Permalink
STARTREK: Add FR, GER CD versions to detection.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Stewmath authored and sev- committed Aug 9, 2018
1 parent 3a83f9b commit d672fb6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions engines/startrek/detection.cpp
Expand Up @@ -84,6 +84,34 @@ static const StarTrekGameDescription gameDescriptions[] = {
GF_CDROM,
},

{ // ST25 DOS CD-ROM edition (FR)
{
"st25",
"CD",
AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7815278),
Common::FR_FRA,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
GType_ST25,
GF_CDROM,
},

{ // ST25 DOS CD-ROM edition (GER)
{
"st25",
"CD",
AD_ENTRY1s("data.001", "57040928a0f374281aa86ba4e7db8444", 7805836),
Common::DE_DEU,
Common::kPlatformDOS,
ADGF_NO_FLAGS,
GUIO0()
},
GType_ST25,
GF_CDROM,
},

{ // ST25 DOS floppy edition (EN)
{
"st25",
Expand Down

0 comments on commit d672fb6

Please sign in to comment.