Skip to content

Commit

Permalink
DREAMWEB: Added checksums for German CD release
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Jun 19, 2011
1 parent 4ede98d commit 9f8850f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions engines/dreamweb/detection_tables.h
Expand Up @@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
},
},

// German CD release
{
{
"dreamweb",
"CD",
{
{"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886},
{"dreamweb.r02", 0, "076ca7cd326cb2abfb2091c6cf46ae08", 201038},
AD_LISTEND
},
Common::DE_DEU,
Common::kPlatformPC,
ADGF_CD | ADGF_UNSTABLE,
GUIO_NONE
},
},

{ AD_TABLE_END_MARKER }
};

Expand Down

0 comments on commit 9f8850f

Please sign in to comment.