diff options
author | Arnaud Boutonné | 2010-02-04 00:12:00 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-02-04 00:12:00 +0000 |
commit | d5ce8b500e036483724937574e29ecddf3a0beab (patch) | |
tree | bb946d621c51c2d1a9cece81c0976aff8d6946ab /engines | |
parent | ee66af41a2ab521350766540c5169bc16425306d (diff) | |
download | scummvm-rg350-d5ce8b500e036483724937574e29ecddf3a0beab.tar.gz scummvm-rg350-d5ce8b500e036483724937574e29ecddf3a0beab.tar.bz2 scummvm-rg350-d5ce8b500e036483724937574e29ecddf3a0beab.zip |
Fascination - Add detection for EN Atari version
svn-id: r47871
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index d33e48b2d6..4eb75074d7 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2412,6 +2412,20 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "fascination", + "", + AD_ENTRY1s("disk0.stk", "aff9fcc619f4dd19eae228affd0d34c8", 189964), + EN_ANY, + kPlatformAtariST, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeFascination, + kFeaturesNone, + "disk0.stk", 0, 0 + }, + { + { "geisha", "", AD_ENTRY1s("disk1.stk", "6eebbb98ad90cd3c44549fc2ab30f632", 212153), |