diff options
| author | Travis Howell | 2008-01-20 23:06:09 +0000 | 
|---|---|---|
| committer | Travis Howell | 2008-01-20 23:06:09 +0000 | 
| commit | 369948a5a2c9753a369b66dfe3e0ee145d590d5e (patch) | |
| tree | 32562def45f2bf2a3a9be11bb05e0d0743aca857 | |
| parent | ec66f6765c40bdc0a62be5a5755886bd38738ba8 (diff) | |
| download | scummvm-rg350-369948a5a2c9753a369b66dfe3e0ee145d590d5e.tar.gz scummvm-rg350-369948a5a2c9753a369b66dfe3e0ee145d590d5e.tar.bz2 scummvm-rg350-369948a5a2c9753a369b66dfe3e0ee145d590d5e.zip  | |
Add Spanish Amiga version of Elvira 2.
svn-id: r30592
| -rw-r--r-- | engines/agos/detection_tables.h | 25 | 
1 files changed, 25 insertions, 0 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index e6d9fce415..9e1248382c 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -362,6 +362,31 @@ static const AGOSGameDescription gameDescriptions[] = {  		GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR  	}, +	// Elvira 2 - Spanish Amiga Floppy +	{ +		{ +			"elvira2", +			"Floppy", + +			{ +	{ "gameamiga",		GAME_BASEFILE,	"fddfac048a759c84ecf96e3d0cb368cc", -1}, +	{ "icon.dat",		GAME_ICONFILE,	"a88b1c02e13ab04dd790ec30502c323d", -1}, +	{ "menus.dat",		GAME_MENUFILE,	"a2fdc88a77c8bdffec6b36cbeda4d955", -1}, +	{ "start",		GAME_RESTFILE,	"a9f876c6c66dfd011b971da3dc7b4ada", -1}, +	{ "stripped.txt",	GAME_STRFILE,	"41c975a9c1106cb5298a0bc3df0a266e", -1}, +	{ "tbllist",		GAME_TBLFILE,	"177f5f2640e80ef92d1421d32de06a5e", -1}, +	{ NULL, 0, NULL, 0} +			}, +			Common::ES_ESP, +			Common::kPlatformAmiga, +			Common::ADGF_NO_FLAGS +		}, + +		GType_ELVIRA2, +		GID_ELVIRA2, +		GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR +	}, +  	// Elvira 2 - English Atari ST Floppy  	{  		{  | 
