From 04ea338dacb0d85de5cb1bcc8410bf47e2c80e78 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Thu, 6 Mar 2014 22:54:52 -0800 Subject: DIRECTOR: Add detection for The Last Dinosaur Egg. Detection for Windows and Macintosh versions of Victor Vector & Yondo: The Last Dinosaur Egg. --- engines/director/detection.cpp | 1 + engines/director/detection_tables.h | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) (limited to 'engines/director') diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index 84dbed4b50..8479abc058 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -74,6 +74,7 @@ static const PlainGameDescriptor directorGames[] = { { "spyclub", "Spy Club" }, { "amber", "AMBER: Journeys Beyond"}, { "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"}, + { "vvdinosaur", "Victor Vector & Yondo: The Last Dinosaur Egg"}, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index db61c6e822..9e64aefd11 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -252,6 +252,34 @@ static const DirectorGameDescription gameDescriptions[] = { 3 }, + { + { + "vvdinosaur", + "", + AD_ENTRY1("DINOSAUR.EXE", "4e6303630f4dd588e730d09241cf7e76"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, + + { + { + "vvdinosaur", + "", + AD_ENTRY1("Start Game", "d41d8cd98f00b204e9800998ecf8427e"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_MACRESFORK, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, + { AD_TABLE_END_MARKER, GID_GENERIC, 0 } }; -- cgit v1.2.3