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 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 } }; |