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 43c5bf2b4f..dd10b6c044 100644 --- a/engines/director/detection.cpp +++ b/engines/director/detection.cpp @@ -85,6 +85,7 @@ static const PlainGameDescriptor directorGames[] = { { "vvvampire", "Victor Vector & Yondo: The Vampire's Coffin"}, { "vvdinosaur", "Victor Vector & Yondo: The Last Dinosaur Egg"}, { "warlock", "Spaceship Warlock"}, + { "ernie", "Ernie"}, { 0, 0 } }; diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index b3c07a1809..888166d107 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -527,6 +527,34 @@ static const DirectorGameDescription gameDescriptions[] = { 2 }, + { + { + "ernie", + "Demo", + AD_ENTRY1s("ERNIE.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1417371), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 5 + }, + + { + { + "ernie", + "", + AD_ENTRY1s("Ernie.exe", "1a7acbba10a7246ba58c1d53fc7203f5", 1417481), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GID_GENERIC, + 5 + }, + { AD_TABLE_END_MARKER, GID_GENERIC, 0 } }; |