[Scummvm-cvs-logs] scummvm master -> 76eadc75e27ae5cb64b2114835db0bfacd516768
eriktorbjorn
eriktorbjorn at telia.com
Sat Jan 31 19:48:13 CET 2015
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
76eadc75e2 ZVISION: Add detection for Italian Zork Nemeis (bug #6786)
Commit: 76eadc75e27ae5cb64b2114835db0bfacd516768
https://github.com/scummvm/scummvm/commit/76eadc75e27ae5cb64b2114835db0bfacd516768
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-01-31T19:43:57+01:00
Commit Message:
ZVISION: Add detection for Italian Zork Nemeis (bug #6786)
Changed paths:
engines/zvision/detection.cpp
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp
index b69eee0..c817cbf 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",
More information about the Scummvm-git-logs
mailing list