ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tables_adi5.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 Adi 5 / Addy 5 series. */
29 /* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
30 /* These games are part of the Adi series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adi_Games */
31 
32 #ifndef GOB_DETECTION_TABLES_ADI5_H
33 #define GOB_DETECTION_TABLES_ADI5_H
34 
35 // -- French: Adi 5 --
36 
37 {
38  { // Supplied by BJNFNE
39 
40  "adi5",
41  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Adi 5 5.01 (Engine: DEV7 version unknown)
42  AD_ENTRY1s("adi5.stk", "5de6b43725b47164e8b181de361d0693", 611309),
43  FR_FRA,
44  kPlatformWindows,
46  GUIO0()
47  },
48  kFeatures800x600,
49  "adi5.stk", "adi5.obc", 0
50 },
51 {
52  { // Supplied by BJNFNE
53 
54  "adi5",
55  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Adi 5 5.04 (Engine: DEV7 version 1.10a)
56  AD_ENTRY1s("adi5.stk", "17754a1b942c3af34e86820f19971895", 891549),
57  FR_FRA,
58  kPlatformWindows,
60  GUIO0()
61  },
62  kFeatures800x600,
63  "adi5.stk", "adi5.obc", 0
64 },
65 
66 // -- German: Addy 5 --
67 
68 {
69  { // Supplied by laenion in Bugreport #14956
70 
71  "adi5",
72  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy 5 5.01 (Engine: DEV7 version unknown)
73  AD_ENTRY1s("adi5.stk", "ec2d6a05d13bec1b4dcfa18d88e317c6", 627942),
74  DE_DEU,
75  kPlatformWindows,
77  GUIO0()
78  },
79  kFeatures800x600,
80  "adi5.stk", "adi5.obc", 0
81 },
82 {
83  { // Supplied by Indy4-Fan
84 
85  "adi5",
86  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy 5 5.03 (Engine: DEV7 version 1.10a)
87  AD_ENTRY1s("adi5.stk", "b45a85ac21fccbb890edcbba36d11f42", 885616),
88  DE_DEU,
89  kPlatformWindows,
91  GUIO0()
92  },
93  kFeatures800x600,
94  "adi5.stk", "adi5.obc", 0
95 },
96 {
97  { // Supplied by BJNFNE
98 
99  "adi5",
100  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy 5 5.04 (Engine: DEV7 version 1.10a)
101  AD_ENTRY1s("adi5.stk", "7af169c901981f1fbf4535c194aa4cc0", 892359),
102  DE_DEU,
103  kPlatformWindows,
105  GUIO0()
106  },
107  kFeatures800x600,
108  "adi5.stk", "adi5.obc", 0
109 },
110 
111 // -- Demos --
112 
113 {
114  { // Supplied by BJNFNE
115 
116  "adi5",
117  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy 5 Mathe Demo (Engine: DEV7 version unknown)
118  AD_ENTRY1s("adi5.stk", "72fb3c7807845e414d107aa4612f95df", 141858),
119  DE_DEU,
120  kPlatformWindows,
122  GUIO0()
123  },
124  kFeatures800x600,
125  "adi5.stk", "adi5.obc", 0
126 },
127 
128 #endif // GOB_DETECTION_TABLES_ADI5_H
static const char GAME_NOT_IMPLEMENTED[]
Definition: metaengine.h:132
Definition: advancedDetector.h:145
Add "-demo" to gameid.
Definition: advancedDetector.h:156
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116