From 76eadc75e27ae5cb64b2114835db0bfacd516768 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 31 Jan 2015 19:43:57 +0100 Subject: ZVISION: Add detection for Italian Zork Nemeis (bug #6786) --- engines/zvision/detection.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'engines/zvision') 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 @@ -111,6 +111,23 @@ static const ZVisionGameDescription gameDescriptions[] = { GID_NEMESIS }, + { + // 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 { -- cgit v1.2.3