scummvm/engines/gob/detection/tables_adi4.h
2014-02-18 02:39:34 +01:00

223 lines
4.0 KiB
C

/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
/* Detection tables for the ADI / Addy 4 series. */
#ifndef GOB_DETECTION_TABLES_ADI4_H
#define GOB_DETECTION_TABLES_ADI4_H
// -- French: Adi --
{
{
"adi4",
"Adi 4.0",
AD_ENTRY1s("intro.stk", "a3c35d19b2d28ea261d96321d208cb5a", 6021466),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Adi 4.0",
AD_ENTRY1s("intro.stk", "44491d85648810bc6fcf84f9b3aa47d5", 5834944),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Adi 4.0",
AD_ENTRY1s("intro.stk", "29374c0e3c10b17dd8463b06a55ad093", 6012072),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Adi 4.0 Limited Edition",
AD_ENTRY1s("intro.stk", "ebbbc5e28a4adb695535ed989c1b8d66", 5929644),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"ADI 4.10",
AD_ENTRY1s("intro.stk", "6afc2590856433b9f5295b032f2b205d", 5923112),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeaturesNone,
0, 0, 0
},
{
{
"adi4",
"ADI 4.11",
AD_ENTRY1s("intro.stk", "6296e4be4e0c270c24d1330881900c7f", 5921234),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeaturesNone,
0, 0, 0
},
{
{
"adi4",
"ADI 4.21",
AD_ENTRY1s("intro.stk", "c5b9f6222c0b463f51dab47317c5b687", 5950490),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
// -- German: Addy --
{
{
"adi4",
"Addy 4 Grundschule Basis CD",
AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588),
DE_DEU,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Addy 4 Sekundarstufe Basis CD",
AD_ENTRY1s("intro.stk", "367340e59c461b4fa36651cd74e32c4e", 5847378),
DE_DEU,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Addy 4.21",
AD_ENTRY1s("intro.stk", "534f0b674cd4830df94a9c32c4ea7225", 6878034),
DE_DEU,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
// -- English: ADI --
{
{
"adi4",
"ADI 4.10",
AD_ENTRY1s("intro.stk", "3e3fa9656e37d802027635ace88c4cc5", 5359144),
EN_GRB,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeaturesNone,
0, 0, 0
},
// -- Demos --
{
{
"adi4",
"Adi 4.0 Interactive Demo",
AD_ENTRY1s("intro.stk", "89ace204dbaac001425c73f394334f6f", 2413102),
FR_FRA,
kPlatformDOS,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
{
{
"adi4",
"Adi 4.0 / Adibou 2 Demo",
AD_ENTRY1s("intro.stk", "d41d8cd98f00b204e9800998ecf8427e", 0),
FR_FRA,
kPlatformDOS,
ADGF_DEMO,
GUIO1(GUIO_NOASPECT)
},
kGameTypeAdi4,
kFeatures640x480,
0, 0, 0
},
#endif // GOB_DETECTION_TABLES_ADI4_H