diff options
author | Kevin Becker | 2014-11-19 07:44:23 -0500 |
---|---|---|
committer | Kevin Becker | 2014-11-19 07:44:23 -0500 |
commit | b12b1e1d256219364860db51977dd6bca7424ed1 (patch) | |
tree | d1704e013c2f525f765dd5d7ec16e77b9b5e6ffc /engines | |
parent | f7b2cd0a7d067e39ed7973de75d5ce68c5464bc4 (diff) | |
download | scummvm-rg350-b12b1e1d256219364860db51977dd6bca7424ed1.tar.gz scummvm-rg350-b12b1e1d256219364860db51977dd6bca7424ed1.tar.bz2 scummvm-rg350-b12b1e1d256219364860db51977dd6bca7424ed1.zip |
ZVISION: Added detection for Zork Nemesis English Demo.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/zvision/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/zvision/detection.cpp b/engines/zvision/detection.cpp index bd45b39756..4f1d7fed3f 100644 --- a/engines/zvision/detection.cpp +++ b/engines/zvision/detection.cpp @@ -73,6 +73,20 @@ static const ZVisionGameDescription gameDescriptions[] = { }, { + // Zork Nemesis English demo version + { + "znemesis", + "Demo", + AD_ENTRY1s("SCRIPTS.ZFS", "64f1e881394e9462305104f99513c833", 380539), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NONE) + }, + GID_NEMESIS + }, + + { // Zork Grand Inquisitor English version { "zgi", |