From 0deda5b8b105ff95cf72956a0e62696a2149dc30 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Thu, 6 Mar 2014 20:08:37 -0800 Subject: DIRECTOR: Add detection for The Vampire's Coffin. Detection for Windows and Macintosh versions of Victor Vector & Yondo: The Vampire's Coffin. --- engines/director/detection.cpp | 1 + engines/director/detection_tables.h | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) (limited to 'engines') diff --git a/engines/director/detection.cpp b/engines/director/detection.cpp index b857bf65ba..84dbed4b50 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -73,6 +73,7 @@ static const PlainGameDescriptor directorGames[] = { { "majestic", "Majestic Part I: Alien Encounter" }, { "spyclub", "Spy Club" }, { "amber", "AMBER: Journeys Beyond"}, + { "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"}, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index 793cc60ae3..db61c6e822 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -224,6 +224,34 @@ static const DirectorGameDescription gameDescriptions[] = { 5 }, + { + { + "vvvampire", + "", + AD_ENTRY1("VAMPIRE.EXE", "88f4f7406f34ec36e751a64f7c76f2c4"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 3 + }, + + { + { + "vvvampire", + "", + AD_ENTRY1("The Vampire's Coffin", "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