ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tables_bargon.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  *
21  * This file is dual-licensed.
22  * In addition to the GPLv3 license mentioned above, this code is also
23  * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
24  * full text of the license.
25  *
26  */
27 
28 /* Detection tables for Bargon Attack. */
29 
30 #ifndef GOB_DETECTION_TABLES_BARGON_H
31 #define GOB_DETECTION_TABLES_BARGON_H
32 
33 // -- DOS VGA Floppy --
34 
35 {
36  {
37  "bargon",
38  "",
39  AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
40  EN_GRB,
41  kPlatformDOS,
43  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
44  },
45  kFeaturesNone,
46  0, 0, 0
47 },
48 { // Supplied by cesardark in bug #3123
49  {
50  "bargon",
51  "",
52  AD_ENTRY1s("intro.stk", "11103b304286c23945560b391fd37e7d", 3181890),
53  ES_ESP,
54  kPlatformDOS,
56  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
57  },
58  kFeaturesNone,
59  0, 0, 0
60 },
61 { // Supplied by paul66 in bug #3143
62  {
63  "bargon",
64  "",
65  AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
66  DE_DEU,
67  kPlatformDOS,
69  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
70  },
71  kFeaturesNone,
72  0, 0, 0
73 },
74 { // Supplied by kizkoool in bugreport #3926
75  {
76  "bargon",
77  "",
78  AD_ENTRY1s("intro.stk", "00f6b4e2ee26e5c40b488e2df5adcf03", 3975580),
79  FR_FRA,
80  kPlatformDOS,
82  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
83  },
84  kFeaturesNone,
85  0, 0, 0
86 },
87 { // Supplied by glorfindel in bugreport #3193
88  {
89  "bargon",
90  "Fanmade",
91  AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825),
92  IT_ITA,
93  kPlatformDOS,
95  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
96  },
97  kFeaturesNone,
98  0, 0, 0
99 },
100 { // Russian fan translation by PRCA
101  {
102  "bargon",
103  "Fanmade",
104  AD_ENTRY1s("intro.stk", "0937f20c9177a9c4111e48f8916fea47", 3185593),
105  RU_RUS,
106  kPlatformDOS,
108  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
109  },
110  kFeaturesNone,
111  0, 0, 0
112 },
113 
114 // -- Amiga --
115 
116 { // Supplied by pwigren in bugreport #3355
117  {
118  "bargon",
119  "",
120  AD_ENTRY1s("intro.stk", "569d679fe41d49972d34c9fce5930dda", 269825),
121  EN_GRB,
122  kPlatformAmiga,
124  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
125  },
126  kFeaturesNone,
127  0, 0, 0
128 },
129 { // Supplied by gabberhead in bugreport #15178
130  {
131  "bargon",
132  "",
133  AD_ENTRY1s("intro.stk", "e9ec1eebdec327794681b2b66a30f159", 270055),
134  DE_DEU,
135  kPlatformAmiga,
137  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
138  },
139  kFeaturesNone,
140  0, 0, 0
141 },
142 
143 // -- Atari ST --
144 
145 { // Supplied by Trekky in the forums
146  {
147  "bargon",
148  "",
149  AD_ENTRY1s("intro.stk", "2f54b330d21f65b04b7c1f8cca76426c", 262109),
150  FR_FRA,
151  kPlatformAtariST,
153  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
154  },
155  kFeaturesNone,
156  0, 0, 0
157 },
158 
159 #endif // GOB_DETECTION_TABLES_BARGON_H
No flags.
Definition: advancedDetector.h:139
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116