aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-05-16 11:45:05 +0000
committerJonathan Gray2003-05-16 11:45:05 +0000
commitce6e5993c366ea95a7479a9f2137d6ad9a8d12a6 (patch)
treee67e7b2651c330cf305a70e98a436174caadc2b3 /scumm/scummvm.cpp
parent0d7184aa0099ebff12a6c95d879d4e958b2db032 (diff)
downloadscummvm-rg350-ce6e5993c366ea95a7479a9f2137d6ad9a8d12a6.tar.gz
scummvm-rg350-ce6e5993c366ea95a7479a9f2137d6ad9a8d12a6.tar.bz2
scummvm-rg350-ce6e5993c366ea95a7479a9f2137d6ad9a8d12a6.zip
add hev7 target to test with
svn-id: r7572
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index e1ad40bc5d..bf00c60c51 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -135,6 +135,10 @@ static const VersionSettings scumm_settings[] = {
{"test", "Test demo game", GID_SAMNMAX, 6, 6, 6, GF_NEW_OPCODES | GF_AFTER_V6, 0},
+ /* Humongous Entertainment Scumm Version 7 */
+ {"farmdemo", "Let's Explore the Farm with Buzzy (Demo)", GID_SAMNMAX, 7, 0, 0,
+ GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
+
/* Scumm Version 7 */
{"ft", "Full Throttle", GID_FT, 7, 3, 0,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_AFTER_V7 | GF_NEW_COSTUMES, 0},