Skip to content

Commit

Permalink
STARTREK: Detect another ST25 CD/DOS English variant
Browse files Browse the repository at this point in the history
  • Loading branch information
dafioram authored and sev- committed Aug 18, 2018
1 parent ae9cb8a commit 54419e0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions engines/startrek/detection.cpp
Expand Up @@ -84,6 +84,20 @@ static const StarTrekGameDescription gameDescriptions[] = {
GF_CDROM, 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 DOS CD-ROM edition (FR)
{ {
"st25", "st25",
Expand Down

0 comments on commit 54419e0

Please sign in to comment.