From 6bc9547324035d387dd0f8700b50d4b5b0be2c4a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 24 Mar 2009 23:43:51 +0000 Subject: Add German DOS version of Waxworks. svn-id: r39678 --- engines/agos/detection_tables.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index e752b59ba8..149cb446c3 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -850,6 +850,34 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE }, + // Waxworks - German DOS Floppy + { + { + "waxworks", + "Floppy", + + { + { "gamepc", GAME_BASEFILE, "32ee34134422e286525c73e71bd0ea2d", 53523}, + { "icon.dat", GAME_ICONFILE, "ef1b8ad3494cf103dc10a99fe152ef9a", 20901}, + { "menus.dat", GAME_MENUFILE, "3409eeb8ca8b46fc04da99de67573f5e", 320}, + { "roomslst", GAME_RMSLFILE, "e3758c46ab8f3c23a1ac012bd607108d", 128}, + { "start", GAME_RESTFILE, "036b647973d6884cdfc2042a3d12df83", 15354}, + { "statelst", GAME_STATFILE, "469e98c69f00928a8366ba415d91902d", 11104}, + { "stripped.txt", GAME_STRFILE, "f259e3e07a1cde8d0404a767d815e12c", 225}, + { "tbllist", GAME_TBLFILE, "95c44bfc380770a6b6dd0dfcc69e80a0", 309}, + { "xtbllist", GAME_XTBLFILE, "6c7b3db345d46349a5226f695c03e20f", 88}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformPC, + ADGF_NO_FLAGS + }, + + GType_WW, + GID_WAXWORKS, + GF_OLD_BUNDLE + }, + // Waxworks - Spanish DOS Floppy { { -- cgit v1.2.3