From 91d8f6e228cd2fedf26f9434560d1ca8c6cd0908 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 25 Mar 2009 08:06:04 +0000 Subject: Add French DOS version of Waxworks. svn-id: r39681 --- engines/agos/detection_tables.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'engines/agos/detection_tables.h') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 149cb446c3..5043138444 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 - French DOS Floppy + { + { + "waxworks", + "Floppy", + + { + { "gamepc", GAME_BASEFILE, "7edfdcccbf7627532882192c1a356150", 53681}, + { "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::FR_FRA, + Common::kPlatformPC, + ADGF_NO_FLAGS + }, + + GType_WW, + GID_WAXWORKS, + GF_OLD_BUNDLE + }, + // Waxworks - German DOS Floppy { { -- cgit v1.2.3