aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJonathan Gray2003-09-14 22:46:47 +0000
committerJonathan Gray2003-09-14 22:46:47 +0000
commitf69d97aadbe579e1451a03c6537102521d6b4988 (patch)
tree3627fba599a49deb3aa0f1451ec939cf488876e6 /scumm
parentffd39dc95aacfa34d669b469fae9e8ff9946d4ee (diff)
downloadscummvm-rg350-f69d97aadbe579e1451a03c6537102521d6b4988.tar.gz
scummvm-rg350-f69d97aadbe579e1451a03c6537102521d6b4988.tar.bz2
scummvm-rg350-f69d97aadbe579e1451a03c6537102521d6b4988.zip
add putttime target
svn-id: r10257
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index fb5b6c5f1a..9751856a70 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -175,6 +175,9 @@ static const TargetSettings scumm_settings[] = {
/* Scumm Version 8 */
{"comi", "The Curse of Monkey Island", GID_CMI, 8, MDT_NONE,
GF_NEW_OPCODES | GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEFAULT_TO_1X_SCALER, 0},
+
+ /* Note that both full versions of Humongous games and demos were often released for
+ * several interpreter versions... */
/* Humongous Entertainment Scumm Version 7 */
{"farm", "Let's Explore the Farm with Buzzy", GID_PUTTPUTT, 6, MDT_NONE,
@@ -218,7 +221,8 @@ static const TargetSettings scumm_settings[] = {
{"pj2demo", "Pajama Sam 2: Thunder and Lightning (Demo)", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
- /* Humongous Entertainment Scumm Version 9.8 ? Scummsys.98 */
+ /* Humongous Entertainment Scumm Version 9.8 ? Scummsys.98
+ * these and later games can easily be identified by the .(a) file instead of a .he1 */
{"racedemo", "Putt-Putt Enters the Race (Demo)", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
{"f4-demo", "Freddi Fish 4: Hogfish Rustlers of Briny Gulch (Demo)", GID_PJSDEMO, 6, MDT_NONE,
@@ -229,6 +233,8 @@ static const TargetSettings scumm_settings[] = {
/* Humongous Entertainment Scumm Version ? engine moved to c++ */
{"pj3-demo", "Pajama Sam 3: You Are What You Eat (Demo)", GID_PJSDEMO, 6, MDT_NONE,
GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
+ {"putttime", "Putt-Putt Travels Through Time", GID_PJSDEMO, 6, MDT_NONE,
+ GF_NEW_OPCODES | GF_AFTER_HEV7 | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
// bunch of backyard sports games...
#endif