diff options
author | Matthew Stewart | 2018-08-03 20:20:18 -0400 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-09 08:37:30 +0200 |
commit | 3a83f9b2d915d41ddbc5f9c4d75a37f4aec34012 (patch) | |
tree | d82aabb53d2390cd9f7a6ce6abd839ef2dab55af /engines/startrek | |
parent | a5d7b8620652f2ce2c28128996d756ba26296cf5 (diff) | |
download | scummvm-rg350-3a83f9b2d915d41ddbc5f9c4d75a37f4aec34012.tar.gz scummvm-rg350-3a83f9b2d915d41ddbc5f9c4d75a37f4aec34012.tar.bz2 scummvm-rg350-3a83f9b2d915d41ddbc5f9c4d75a37f4aec34012.zip |
STARTREK: Comment out incomplete detection entries
Diffstat (limited to 'engines/startrek')
-rw-r--r-- | engines/startrek/detection.cpp | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/engines/startrek/detection.cpp b/engines/startrek/detection.cpp index 92c90a1db4..804d5dc8b1 100644 --- a/engines/startrek/detection.cpp +++ b/engines/startrek/detection.cpp @@ -70,8 +70,6 @@ static const PlainGameDescriptor starTrekGames[] = { namespace StarTrek { static const StarTrekGameDescription gameDescriptions[] = { - // TODO: Replace AD_ENTRY1 with AD_ENTRY1s for game versions I don't have yet - { // ST25 DOS CD-ROM edition (EN) { "st25", @@ -114,6 +112,24 @@ static const StarTrekGameDescription gameDescriptions[] = { 0, }, + { // ST25 Mac floppy edition (EN) + { + "st25", + "Floppy", + AD_ENTRY1s("Star Trek Data", "d95eb00532b7082d53862c906c7ac3dc", 39032), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO0() + }, + GType_ST25, + 0, + }, + + // These are commented until future notice because I don't have complete information + // on them (the file size for data.000 / data.001). Will be relying on people to + // report the missing data. + /* { // ST25 Amiga ? (EN) { "st25", @@ -170,20 +186,6 @@ static const StarTrekGameDescription gameDescriptions[] = { 0, }, - { // ST25 Mac floppy edition (EN) - { - "st25", - "Floppy", - AD_ENTRY1s("Star Trek Data", "d95eb00532b7082d53862c906c7ac3dc", 39032), - Common::EN_ANY, - Common::kPlatformMacintosh, - ADGF_MACRESFORK, - GUIO0() - }, - GType_ST25, - 0, - }, - { // ST25 DOS demo ? (EN) { "st25", @@ -211,6 +213,7 @@ static const StarTrekGameDescription gameDescriptions[] = { GType_ST25, GF_DEMO, }, + */ { // STJR DOS CD-ROM edition (EN) { |