diff options
author | Travis Howell | 2007-08-03 07:47:34 +0000 |
---|---|---|
committer | Travis Howell | 2007-08-03 07:47:34 +0000 |
commit | 4f86d473d07fcac858bebca51eeb0a80f244c27d (patch) | |
tree | 4aea6acbdd6f28a7746e891ce2d3c8505df014e2 /engines/agos | |
parent | 8b99a6508f854cd4d55e5415e8e5991dc36da75c (diff) | |
download | scummvm-rg350-4f86d473d07fcac858bebca51eeb0a80f244c27d.tar.gz scummvm-rg350-4f86d473d07fcac858bebca51eeb0a80f244c27d.tar.bz2 scummvm-rg350-4f86d473d07fcac858bebca51eeb0a80f244c27d.zip |
Add German Amiga version of Waxworks.
svn-id: r28429
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/detection_tables.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index d2e01958b6..acb66496d8 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -542,6 +542,32 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_CRUNCHED | GF_CRUNCHED_GAMEPC | GF_PLANAR }, + // Waxworks - German Amiga Floppy + { + { + "waxworks", + "Floppy", + + { + { "gameamiga", GAME_BASEFILE, "2938a17103de603c4c6f05e6a433b365", -1}, + { "icon.pkd", GAME_ICONFILE, "4822a91c18b1b2005ac17fc617f7dcbe", -1}, + { "menus.dat", GAME_MENUFILE, "3409eeb8ca8b46fc04da99de67573f5e", -1}, + { "start", GAME_RESTFILE, "b575b336e741dde1725edd4079d5ab67", -1}, + { "stripped.txt", GAME_STRFILE, "6faaebff2786216900061eeb978f10af", -1}, + { "tbllist", GAME_TBLFILE, "95c44bfc380770a6b6dd0dfcc69e80a0", -1}, + { "xtbllist", GAME_XTBLFILE, "6c7b3db345d46349a5226f695c03e20f", -1}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformAmiga, + Common::ADGF_NO_FLAGS + }, + + GType_WW, + GID_WAXWORKS, + GF_OLD_BUNDLE | GF_CRUNCHED | GF_CRUNCHED_GAMEPC | GF_PLANAR + }, + // Waxworks - English DOS Floppy Demo { { |