diff options
author | Filippos Karapetis | 2008-05-14 21:10:41 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-05-14 21:10:41 +0000 |
commit | f1b099cb0c8f594e5875a47c3a1357c1d2355814 (patch) | |
tree | 310d07730f749011a229a76ec037b3be0401e7ec /engines | |
parent | d35600db724f717619da0ecadeaad5a20ca4f009 (diff) | |
download | scummvm-rg350-f1b099cb0c8f594e5875a47c3a1357c1d2355814.tar.gz scummvm-rg350-f1b099cb0c8f594e5875a47c3a1357c1d2355814.tar.bz2 scummvm-rg350-f1b099cb0c8f594e5875a47c3a1357c1d2355814.zip |
Added entries for the unpacked (*.dat) English and German CD versions of RtZ 1.2
svn-id: r32126
Diffstat (limited to 'engines')
-rw-r--r-- | engines/made/detection.cpp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/engines/made/detection.cpp b/engines/made/detection.cpp index a68f46cfad..d25a0685d7 100644 --- a/engines/made/detection.cpp +++ b/engines/made/detection.cpp @@ -145,6 +145,23 @@ static const MadeGameDescription gameDescriptions[] = { { // Return to Zork - English CD version 1.2 9/29/94 + // Supplied by Dark-Star in the ScummVM forums + { + "rtz", + "CD", + AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"), + Common::EN_ANY, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GID_RTZ, + 0, + GF_CD, + 0, + }, + + { + // Return to Zork - English CD version 1.2 9/29/94 { "rtz", "CD", @@ -160,6 +177,24 @@ static const MadeGameDescription gameDescriptions[] = { }, { + // Return to Zork - German CD version 1.2 9/29/94 + // (same as the English 1.2 version) + // Supplied by Dark-Star in the ScummVM forums + { + "rtz", + "CD", + AD_ENTRY1("rtzcd.dat", "9d740378da2d16e83d0d0efff01bf83a"), + Common::DE_DEU, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GID_RTZ, + 0, + GF_CD, + 0, + }, + + { // Return to Zork - German CD version 1.2 4/18/95 // (same as the English 1.2 version) // Supplied by Dark-Star in the ScummVM forums |