diff options
author | rootfather | 2016-11-01 13:38:34 +0100 |
---|---|---|
committer | rootfather | 2016-11-01 13:39:32 +0100 |
commit | c55aeec6fe3be160711a9ff2ab19143954264bd1 (patch) | |
tree | 4ab93390f8e2c581459030ebe0593db9321e2173 | |
parent | 0c3dc18305f96b20c76801c9ae014b94e924fda1 (diff) | |
download | scummvm-rg350-c55aeec6fe3be160711a9ff2ab19143954264bd1.tar.gz scummvm-rg350-c55aeec6fe3be160711a9ff2ab19143954264bd1.tar.bz2 scummvm-rg350-c55aeec6fe3be160711a9ff2ab19143954264bd1.zip |
CHEWY: Add additional version information to detection entries
-rw-r--r-- | engines/chewy/detection.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp index a59355f166..f6f66efba0 100644 --- a/engines/chewy/detection.cpp +++ b/engines/chewy/detection.cpp @@ -73,8 +73,9 @@ static const ChewyGameDescription gameDescriptions[] = { { // Chewy - ESC von F5 - German + // Master version 1.1 (CHEWY.EXE - offset 0x8AB28) // The source CD-ROM has the Matrix code SONOPRESS R-7885 B - // Most likely a newer re-release, it contains several demos and files from 1996 + // The disc contains several demos and files from 1996 // Provided by rootfather { "chewy", @@ -89,6 +90,7 @@ static const ChewyGameDescription gameDescriptions[] = { { // Chewy - ESC von F5 - German + // Master version 1.0 (CHEWY.EXE - offset 0x8AB10) // The source CD-ROM has the Matrix code SONOPRESS M-2742 A // CD-ROM has the label "CHEWY_V1_0" // Provided by rootfather |