diff options
author | Arnaud Boutonné | 2009-10-13 14:26:42 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-10-13 14:26:42 +0000 |
commit | dcf44e1bd805135e6bce8102cd3f05582d0bac3f (patch) | |
tree | c0deb92298dcce690ea7ffa5988c976de7a51ed8 /engines/gob | |
parent | ff1d2592ccc392de75d89752190ee8d311bb9f3b (diff) | |
download | scummvm-rg350-dcf44e1bd805135e6bce8102cd3f05582d0bac3f.tar.gz scummvm-rg350-dcf44e1bd805135e6bce8102cd3f05582d0bac3f.tar.bz2 scummvm-rg350-dcf44e1bd805135e6bce8102cd3f05582d0bac3f.zip |
gob detection
- Add preliminary Gobliiins 1 CD-i detection.cpp
- DOS CD is 2.01, not 1.02
svn-id: r45014
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b2eaf27f74..f96ca31294 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -663,6 +663,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, 0, 0, 0 }, + { + { + "gob1", + "gob CD-i", + AD_ENTRY1s("intro.stk", "0e022d3f2481b39e9175d37b2c6ad4c6", 2390121), + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob1, + kFeaturesAdlib, + 0, "AVT003.TOT", 0 + }, { // Supplied by fac76 in bug report #1883808 { "gob2", @@ -898,7 +912,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob2cd", - "v1.02", + "v2.01", AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), EN_ANY, kPlatformPC, @@ -912,7 +926,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob2cd", - "v1.02", + "v2.01", AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), DE_DEU, kPlatformPC, @@ -926,7 +940,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob2cd", - "v1.02", + "v2.01", AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), FR_FRA, kPlatformPC, @@ -940,7 +954,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob2cd", - "v1.02", + "v2.01", AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), IT_ITA, kPlatformPC, @@ -954,7 +968,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "gob2cd", - "v1.02", + "v2.01", AD_ENTRY1("intro.stk", "24a6b32757752ccb1917ce92fd7c2a04"), ES_ESP, kPlatformPC, |