diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/wintermute/detection_tables.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 68ad9c1751..14931ca5df 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -63,9 +63,10 @@ static const PlainGameDescriptor wintermuteGames[] = { {"mirage", "Mirage"}, {"nighttrain", "Night Train"}, {"oknytt", "Oknytt"}, - {"openquest", "Open Quest"}, + {"openquest", "Open Quest"}, {"paintaria", "Paintaria"}, {"pigeons", "Pigeons in the Park"}, + {"pizzamorgana", "Pizza Morgana: Episode 1 - Monsters and Manipulations in the Magical Forest"}, {"projectdoom", "Project: Doom"}, {"projectjoe", "Project Joe"}, {"reversion1", "Reversion: The Escape"}, @@ -91,6 +92,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"wintermute", "Wintermute engine game"}, {"wtetris", "Wilma Tetris"}, {"zilm", "Zilm: A Game of Reflex"}, + {"zbang", "Zbang! The Game"}, {0, 0} }; @@ -378,7 +380,7 @@ static const WMEGameDescription gameDescriptions[] = { "d_sounds.dcp", "7d04dff8ca11174486bd4b7a80fdcabb", 154943401), Common::ES_ESP, ADGF_UNSTABLE, LATEST_VERSION), // Open Quest WME_WINENTRY("openquest", "", - WME_ENTRY1s("data.dcp", "16893e3fc15a211a49654ae66f684f28", 82281736), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, LATEST_VERSION), + WME_ENTRY1s("data.dcp", "16893e3fc15a211a49654ae66f684f28", 82281736), Common::EN_ANY, ADGF_UNSTABLE | GF_LOWSPEC_ASSETS, LATEST_VERSION), // Night Train Demo WME_WINENTRY("nighttrain", "", WME_ENTRY1s("data.dcp", "5a027ef84b083a730c9a4c85ec1d3a32", 131760816), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION), @@ -388,6 +390,10 @@ static const WMEGameDescription gameDescriptions[] = { // Pigeons in the Park WME_WINENTRY("pigeons", "", WME_ENTRY1s("data.dcp", "9143a5b6ff8206aefe3c4c643add3ec7", 2611100), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + // Pizza Morgana + WME_WINENTRY("pizzamorgana", "", + WME_ENTRY2s("english.dcp", "7fa6149bb44574109668ce585d6c41c9", 9282608, + "data.dcp", "a69994c463ff5fcc6fe1800662f5b7d0", 34581370), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_9_0), // Project: Doom WME_WINENTRY("projectdoom", "", WME_ENTRY1s("data.dcp", "d5894b65a40706845434b99870bcab92", 99223761), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), @@ -576,6 +582,8 @@ static const WMEGameDescription gameDescriptions[] = { // Zilm: A Game of Reflex 1.0 WME_WINENTRY("Zilm", "1.0", WME_ENTRY1s("data.dcp", "098dffaf03d8adbb4cb5633e4733e63c", 351726), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION), + WME_WINENTRY("zbang", "0.89", + WME_ENTRY1s("data.dcp", "db9101f08d12ab95c81042d154bb0ea8", 7210044), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, WME_1_7_0), { AD_TABLE_END_MARKER, LATEST_VERSION |