diff options
author | Johannes Schickel | 2009-09-14 12:23:17 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-09-14 12:23:17 +0000 |
commit | cfc82d660a7cfcd1d5c7d13c478045d674cf433a (patch) | |
tree | 54dec12cbfacd437d285c58fd7c4667106f3289d | |
parent | b6d33f1667ecd2e8bb1b16b85f5db4bae2046054 (diff) | |
download | scummvm-rg350-cfc82d660a7cfcd1d5c7d13c478045d674cf433a.tar.gz scummvm-rg350-cfc82d660a7cfcd1d5c7d13c478045d674cf433a.tar.bz2 scummvm-rg350-cfc82d660a7cfcd1d5c7d13c478045d674cf433a.zip |
Add md5 sum of FW Amiga distributed by "Interplay".
svn-id: r44076
-rw-r--r-- | engines/cine/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index 3bc26ab417..276cdc853c 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -172,6 +172,20 @@ static const CINEGameDescription gameDescriptions[] = { 0, }, + { // Amiga "Interplay" labeled version + { + "fw", + "", + AD_ENTRY1("part01", "a17a5eb15200c63276d486a88263ccd0"), + Common::EN_ANY, + Common::kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GType_FW, + 0, + }, + { { "fw", |