[Scummvm-git-logs] scummvm master -> a951f992dd7a76272862acba48a3353a5bfe0743

sluicebox noreply at scummvm.org
Thu Oct 2 00:31:18 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
a951f992dd AGI: Update Donald Duck's Playground detection entries


Commit: a951f992dd7a76272862acba48a3353a5bfe0743
    https://github.com/scummvm/scummvm/commit/a951f992dd7a76272862acba48a3353a5bfe0743
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-10-01T17:31:04-07:00

Commit Message:
AGI: Update Donald Duck's Playground detection entries

- Added DOS version 1.50
- Fixed Atari ST platform, bug #16247
- Documented "DOS" version 1.0C as being Amiga resources packaged
  with a DOS interpreter and hosted on Al Lowe's website

Changed paths:
    engines/agi/detection_tables.h


diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h
index 467ceb37b48..677c469022a 100644
--- a/engines/agi/detection_tables.h
+++ b/engines/agi/detection_tables.h
@@ -249,11 +249,19 @@ static const AGIGameDescription gameDescriptions[] = {
 	// Donald Duck's Playground (PC 5.25" Booter) 1.0Q 06/09/1986
 	BOOTER("ddp", "1.0Q 1986-06-09 5.25\" Booter", "f0f35d60e3e3303480a6bd109d54248d", 0x2001, GID_DDP),
 
-	// Donald Duck's Playground (Amiga) 1.0C
+	// Donald Duck's Playground (ST) 1.0A 08/08/86
+	GAME_P("ddp", "1.0A 1986-08-08", "64388812e25dbd75f7af1103bc348596", 0x2272, GID_DDP, Common::kPlatformAtariST),
+
+	// Donald Duck's Playground (Amiga) 1.0C 04/27/1987
 	GAME_PO("ddp", "1.0C 1987-04-27", "550971d196f65190a5c760d2479406ef", 0x2272, GID_DDP, Common::kPlatformAmiga, GAMEOPTIONS_AMIGA),
 
-	// Donald Duck's Playground (ST) 1.0A 8/8/86
-	GAME("ddp", "1.0A 1986-08-08", "64388812e25dbd75f7af1103bc348596", 0x2272, GID_DDP),
+	// Donald Duck's Playground ("DOS") 1.0C
+	// This version is hosted on Al Lowe's website but it is really the Amiga
+	// resource files packaged with a DOS interpreter they were not designed for.
+	GAME_PS("ddp", "1.0C", "550971d196f65190a5c760d2479406ef", 132, 0x2272, GID_DDP, Common::kPlatformDOS),
+
+	// Donald Duck's Playground (DOS) 1.50 06/22/1987
+	GAME("ddp", "1.50 1987-06-22", "268074cc8cb75aa2227c4398886d7acd", 0x2272, GID_DDP),
 
 	{
 		// Donald Duck's Playground (CoCo)
@@ -272,9 +280,6 @@ static const AGIGameDescription gameDescriptions[] = {
 		0x2001 // unknown
 	},
 
-	// reported by Filippos (thebluegr) in bugreport #3048
-	GAME_PS("ddp", "1.0C 1986-06-09", "550971d196f65190a5c760d2479406ef", 132, 0x2272, GID_DDP, Common::kPlatformDOS),
-
 	// Gold Rush! (Amiga) 1.01 1/13/89 aka 2.05 3/9/89  # 2.316
 	GAME3_PSO("goldrush", "1.01 1989-01-13 aka 2.05 1989-03-09", "dirs", "a1d4de3e75c2688c1e2ca2634ffc3bd8", 2399, 0x3149, 0, GID_GOLDRUSH, Common::kPlatformAmiga, GAMEOPTIONS_AMIGA_CP),
 




More information about the Scummvm-git-logs mailing list