diff options
-rw-r--r-- | engines/director/detection.cpp | 1 | ||||
-rw-r--r-- | engines/director/detection_tables.h | 28 |
2 files changed, 29 insertions, 0 deletions
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 } }; |