Add initial support for DOS non-interactive demos of The Feeble Files.

svn-id: r40619
This commit is contained in:
Travis Howell 2009-05-16 05:34:16 +00:00
parent e994b94c81
commit bce47e7eb6
15 changed files with 544 additions and 82 deletions

View file

@ -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
{
{