From f8119dea7cc72b6a4de2b603d916b56801f2e2ba Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 15 Feb 2016 19:33:29 +0100 Subject: WAGE: Added Midnight Snack and Time Bomb detection --- engines/wage/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines') diff --git a/engines/wage/detection_tables.h b/engines/wage/detection_tables.h index f5c3559c1e..790186fd2f 100644 --- a/engines/wage/detection_tables.h +++ b/engines/wage/detection_tables.h @@ -80,6 +80,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_GENERIC, GUIO0() }, + { + "wage", + "Midnight Snack", + AD_ENTRY1s("Midnight Snack", "346982a32fc701f53bb19771d72063d0", 69504), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "wage", "Queen Quest", @@ -98,6 +107,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_DEFAULT, GUIO0() }, + { + "wage", + "Time Bomb", + AD_ENTRY1s("Time Bomb", "2df84b636237686b624e736a698a16c4", 66432), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_GENERIC, + GUIO0() + }, { "wage", "ZikTuria", -- cgit v1.2.3