diff options
| author | Eugene Sandulenko | 2007-02-23 00:27:56 +0000 | 
|---|---|---|
| committer | Eugene Sandulenko | 2007-02-23 00:27:56 +0000 | 
| commit | b6fdf74a2500a91958519244d73113d598edb862 (patch) | |
| tree | 4a08a8ba4c49dae883b6ab2a610c0acfc5d82162 | |
| parent | 7612aa5ee111d5332f07b5a6539186e2bfbe4d6e (diff) | |
| download | scummvm-rg350-b6fdf74a2500a91958519244d73113d598edb862.tar.gz scummvm-rg350-b6fdf74a2500a91958519244d73113d598edb862.tar.bz2 scummvm-rg350-b6fdf74a2500a91958519244d73113d598edb862.zip  | |
Put back DDP entries, but #if 0 them for future reference and prevent
anyone from adding them again.
svn-id: r25801
| -rw-r--r-- | engines/agi/detection.cpp | 51 | 
1 files changed, 51 insertions, 0 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index e3ea342248..d0082fddd6 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -271,6 +271,57 @@ static const AGIGameDescription gameDescriptions[] = {  		0x3149,  	}, +// TODO +// These aren't supposed to work now as they require unsupporeted agi engine 2.01 +#if 0 +	{ +		// Sarien Name == Donald Duck's Playground (Amiga) 1.0C +		{ +			"ddp", +			"1.0C 1987-04-27", +			AD_ENTRY1("logdir", "550971d196f65190a5c760d2479406ef"), +			Common::EN_ANY, +			Common::kPlatformAmiga, +			Common::ADGF_NO_FLAGS +		}, +		GType_V2, +		0, +		0x2272, +	}, + + +	{ +		// Sarien Name == Donald Duck's Playground (ST) 1.0A 8/8/86 +		{ +			"ddp", +			"1.0A 1986-08-08", +			AD_ENTRY1("logdir", "64388812e25dbd75f7af1103bc348596"), +			Common::EN_ANY, +			Common::kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		GType_V2, +		0, +		0x2272, +	}, + + +	{ +		// reported by Filippos (thebluegr) in bugreport #1654500 +		{ +			"ddp", +			"1.0C 1986-06-09",   // verify date +			AD_ENTRY1s("logdir", "550971d196f65190a5c760d2479406ef", 132), +			Common::EN_ANY, +			Common::kPlatformPC, +			Common::ADGF_NO_FLAGS +		}, +		GType_V2, +		0, +		0x2272, +	}, +#endif +  	{  		// Sarien Name == Gold Rush! (Amiga) 1.01 1/13/89 aka 2.05 3/9/89	# 2.316  		{  | 
