diff options
author | Sven Hesse | 2011-09-02 01:23:49 +0200 |
---|---|---|
committer | Sven Hesse | 2011-09-03 18:00:08 +0200 |
commit | 44b83551aa1d6aee8e6e9a643bfade93d1aa5fef (patch) | |
tree | f6dcc766ab710a78fc1550cce7bc6151f6b925e4 | |
parent | cceaa04ef23d766bc666324e69b8fa6fbfa1e39a (diff) | |
download | scummvm-rg350-44b83551aa1d6aee8e6e9a643bfade93d1aa5fef.tar.gz scummvm-rg350-44b83551aa1d6aee8e6e9a643bfade93d1aa5fef.tar.bz2 scummvm-rg350-44b83551aa1d6aee8e6e9a643bfade93d1aa5fef.zip |
GOB: Add the Amiga version of Geisha
-rw-r--r-- | engines/gob/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index 4c1ff9a8e3..9c13b4f7b8 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -2515,6 +2515,20 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "e5892f00917c62423e93f5fd9920cf47", 208120), + UNK_LANG, + kPlatformAmiga, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGeisha, + kFeaturesEGA, + "disk1.stk", "intro.tot", 0 + }, + { + { "gob3", "", AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084), |