add putttime target
svn-id: r10257
This commit is contained in:
parent
ffd39dc95a
commit
f69d97aadb
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue