From 24b7675e3d9cf52e218122d5550a9465c8d86368 Mon Sep 17 00:00:00 2001 From: Walter Agazzi Date: Mon, 10 Oct 2022 14:38:34 +0200 Subject: [PATCH] DIRECTOR: Add detection for "Carmen Sandiego Math Detective" --- engines/director/detection_tables.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h index ec8b2228375..333fb6f6d8c 100644 --- a/engines/director/detection_tables.h +++ b/engines/director/detection_tables.h @@ -89,6 +89,7 @@ static const PlainGameDescriptor directorGames[] = { { "bodypark", "Body Park" }, { "brer", "Brer Rabbit and the Wonderful Tar Baby" }, { "buzz1", "Buzz Lightyear 1st Grade" }, + { "carmenmath", "Carmen Sandiego Math Detective" }, { "casino", "Casino!" }, { "casino5p", "Casino 5 Pack" }, { "casinoblackjack", "Casino Black Jack" }, @@ -5993,6 +5994,9 @@ static const DirectorGameDescription gameDescriptions[] = { WINGAME1t_l("brspel", "", "START.EXE", "8d1bfc4ea72c1892412f2ecabb96c990", 3465523, Common::DA_DNK, 650), + MACGAME1("carmenmath", "", "Carmen Math Detective", "65063397536553c4f6ff2a6c07194bf7", 1420730, 602), + WINGAME1t("carmenmath", "", "CMD32.EXE", "75c2569890b01e3d701b2784c25c2866", 1552305, 602), + MACGAME1("casperact", "", "Casper Activity Center", "904cb6465321d8e1d12d2a5a29612050", 1029165, 600), WINGAME1("casperact", "", "CASPER32.EXE", "a593079aecf5bd938ce75264cac24b2d", 1819279, 600),