ScummVM API documentation
detection_tables.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 
22 namespace WaynesWorld {
23 
24 static const ADGameDescription gameDescriptions[] = {
25  {
26  "waynesworld",
27  "",
28  AD_ENTRY2s("R00.GXL", "197ae9fb74a79a6dad4e3336f94c7545", 36272,
29  "e00.txt", "78769d60d48aea314ed6be2f725c8c2f", 1293),
30  Common::EN_ANY,
31  Common::kPlatformDOS,
33  GUIO1(GUIO_NOASPECT)
34  },
35 
36  // Provided by gabberhead, ticket #16627
37  {
38  "waynesworld",
39  "",
40  AD_ENTRY2s("R00.GXL", "197ae9fb74a79a6dad4e3336f94c7545", 36272,
41  "e00.txt", "b5042542d0df2fcd8c8e617ee0900ce8", 1447),
42  Common::DE_DEU,
43  Common::kPlatformDOS,
45  GUIO1(GUIO_NOASPECT)
46  },
47 
48  {
49  "waynesworld",
50  "Demo",
51  AD_ENTRY2s("R00.GXL", "6a05df806dedb69f1333cb9d81b6821c", 34392,
52  "CAPSPIN.GXL", "b9d2cd46b4ebe49fcf634b221f11f8df", 281089),
53  Common::EN_ANY,
54  Common::kPlatformDOS,
56  GUIO1(GUIO_NOASPECT)
57  },
58 
59  {
60  "waynesworld",
61  "Selectware Demo",
62  AD_ENTRY2s("R00.GXL", "6a05df806dedb69f1333cb9d81b6821c", 34392,
63  "CAP.GXL", "4823b4ae534716b8ea115ab34b7eac6b", 87864),
64  Common::EN_ANY,
65  Common::kPlatformDOS,
67  GUIO1(GUIO_NOASPECT)
68  },
69 
71 };
72 
73 } // End of namespace WaynesWorld
Flag to designate not yet officially supported games that are not fit for public testing.
Definition: advancedDetector.h:143
Definition: detection.h:25
Definition: advancedDetector.h:164
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:328
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
Add "-demo" to gameid.
Definition: advancedDetector.h:157