diff options
author | Joost Peters | 2008-04-24 23:11:34 +0000 |
---|---|---|
committer | Joost Peters | 2008-04-24 23:11:34 +0000 |
commit | c622414022849f4848cc00cd041816f1713df29f (patch) | |
tree | a8d05d60be40afaf30713c5a70d1ff4ae7a01560 /engines | |
parent | 673784e6efda006e7da942b0875bda601bd70d97 (diff) | |
download | scummvm-rg350-c622414022849f4848cc00cd041816f1713df29f.tar.gz scummvm-rg350-c622414022849f4848cc00cd041816f1713df29f.tar.bz2 scummvm-rg350-c622414022849f4848cc00cd041816f1713df29f.zip |
add detection entry for 1.2 CD version.
the md5 of rtzcd.dat is identical to the existing entry, so no additional "unpacked" entry was added.
svn-id: r31713
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/detection.cpp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index ce31b4077d..e3bb4cd1dd 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -90,7 +90,7 @@ static const MadeGameDescription gameDescriptions[] = { }, { - // Return to Zork - English CD version + // Return to Zork - English CD version 1.1 12/7/93 { "rtz", "CD", @@ -106,6 +106,23 @@ static const MadeGameDescription gameDescriptions[] = { }, { + // Return to Zork - English CD version 1.2 9/29/94 + { + "rtz", + "CD", + AD_ENTRY1("rtzcd.red", "946997d8b0aa6cb4e848bad02a1fc3d2"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + 0, + 0, + GF_CD_COMPRESSED, + 0, + }, + + + { // Return to Zork - English floppy version { "rtz", |