aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-01-31 19:43:57 +0100
committerTorbjörn Andersson2015-01-31 19:43:57 +0100
commit76eadc75e27ae5cb64b2114835db0bfacd516768 (patch)
tree59eb2e0959c1a6ce1010cd6c3e85f6297c635854 /engines
parent35c17d50663eeeecec5d14744149ac6004135a93 (diff)
downloadscummvm-rg350-76eadc75e27ae5cb64b2114835db0bfacd516768.tar.gz
scummvm-rg350-76eadc75e27ae5cb64b2114835db0bfacd516768.tar.bz2
scummvm-rg350-76eadc75e27ae5cb64b2114835db0bfacd516768.zip
ZVISION: Add detection for Italian Zork Nemeis (bug #6786)
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/detection.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index b69eee000a..c817cbf3e9 100644
--- a/engines/zvision/detection.cpp
+++ b/engines/zvision/detection.cpp
@@ -112,6 +112,23 @@ static const ZVisionGameDescription gameDescriptions[] = {
},
{
+ // Zork Nemesis Italian version
+ {
+ "znemesis",
+ 0,
+ {{"CSCR.ZFS", 0, "f04113357b4748c13efcb58b4629887c", 2577873},
+ {"NEMESIS.STR", 0, "7c568feca8d9f9ae855c47183612c305", 9061},
+ AD_LISTEND
+ },
+ Common::IT_ITA,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO4(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_DOUBLE_FPS, GAMEOPTION_ENABLE_VENUS, GAMEOPTION_DISABLE_ANIM_WHILE_TURNING)
+ },
+ GID_NEMESIS
+ },
+
+ {
// Zork Nemesis English demo version
{
"znemesis",