aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2003-02-12 10:57:31 +0000
committerJonathan Gray2003-02-12 10:57:31 +0000
commita6789f87ef313d00925746bf8c1c0c06de407017 (patch)
treebdbbd8d0b61a4f0206e31e96c67f7634fc99ff7e /common
parent3e5da6a2f5e22ebc3b8dc4b3d37743b108c371b5 (diff)
downloadscummvm-rg350-a6789f87ef313d00925746bf8c1c0c06de407017.tar.gz
scummvm-rg350-a6789f87ef313d00925746bf8c1c0c06de407017.tar.bz2
scummvm-rg350-a6789f87ef313d00925746bf8c1c0c06de407017.zip
update version list with some more dos based humongous games, these ones still need at least one opcode to work and maybe some akos bits, but they are a lot closer to the lec games then the games that are windows based with versions numbers of 7.0.0 which seems to be pretty much every game apart from those now in the list
svn-id: r6598
Diffstat (limited to 'common')
-rw-r--r--common/gameDetector.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index cb6e657688..6eaea137b4 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -127,9 +127,15 @@ const VersionSettings version_settings[] = {
/* Scumm Version 6 */
{"puttputt", "Putt-Putt Joins The Parade (DOS)", GID_SAMNMAX, 6, 1, 1,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
- {"puttdemo", "Putt-Putt Joins The Parade (Demo)", GID_SAMNMAX, 6, 1, 1,
+ {"puttdemo", "Putt-Putt Joins The Parade (DOS Demo)", GID_SAMNMAX, 6, 1, 1,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
- {"moondemo", "Putt-Putt Goes To The Moon (Demo)", GID_SAMNMAX, 6, 1, 1,
+ {"moondemo", "Putt-Putt Goes To The Moon (DOS Demo)", GID_SAMNMAX, 6, 1, 1,
+ GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
+ {"funpack", "Putt-Putt's Fun Pack", GID_SAMNMAX, 6, 1, 1,
+ GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
+ {"fbear", "Fatty Bear's Birthdary Surprise (DOS)", GID_SAMNMAX, 6, 1, 1,
+ GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
+ {"fbdemo", "Fatty Bear's Birthday Surprise (DOS Demo)", GID_SAMNMAX, 6, 1, 1,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT | GF_HUMONGOUS, 0},
{"tentacle", "Day Of The Tentacle", GID_TENTACLE, 6, 4, 2,
GF_NEW_OPCODES | GF_AFTER_V6 | GF_USE_KEY | GF_ADLIB_DEFAULT, 0},