From bce47e7eb68d62476fd2fcd6cc4ec1bf33618d51 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 16 May 2009 05:34:16 +0000 Subject: Add initial support for DOS non-interactive demos of The Feeble Files. svn-id: r40619 --- engines/agos/detection_tables.h | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'engines/agos/detection_tables.h') diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 19b070a379..8215d8242b 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -2236,6 +2236,46 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE }, + // The Feeble Files - English DOS Demo + { + { + "feeble", + "Demo", + + { + { "MAINMENU.SMK", GAME_VGAFILE, "b62df52fc36f514eb0464120853f22b6", 968808}, + { NULL, 0, NULL, 0} + }, + Common::EN_ANY, + Common::kPlatformPC, + ADGF_DEMO + }, + + GType_FF, + GID_FEEBLEFILES, + GF_DEMO + }, + + // The Feeble Files - German DOS Demo + { + { + "feeble", + "Demo", + + { + { "MAINMENU.SMK", GAME_VGAFILE, "e18d365044eabea7352934917bbfd2e4", 976436}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformPC, + ADGF_DEMO + }, + + GType_FF, + GID_FEEBLEFILES, + GF_DEMO + }, + // The Feeble Files - English Amiga CD { { -- cgit v1.2.3