[Scummvm-git-logs] scummvm master -> 4b01c5703762f37891c93ed6d2a0c1ced36e64b2

sev- noreply at scummvm.org
Fri Mar 3 12:17:35 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4b01c57037 DIRECTOR: Add detection entry for Mitz Petel


Commit: 4b01c5703762f37891c93ed6d2a0c1ced36e64b2
    https://github.com/scummvm/scummvm/commit/4b01c5703762f37891c93ed6d2a0c1ced36e64b2
Author: BLooperZ (blooperz at users.noreply.github.com)
Date: 2023-03-03T13:17:31+01:00

Commit Message:
DIRECTOR: Add detection entry for Mitz Petel

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 8fadd54c282..f319c424cb9 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -846,6 +846,9 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "tkkgkit",			"TKKG: Identikit" },
 	{ "zwergnase",			"Zwerg Nase: Ein interaktives Märchen" },
 
+	// Hebrew titles
+	{ "petel",				"מיץ פטל" },
+
 	// Italian titles
 	{ "fuzzyfloppy2",		"Fuzzy e Floppy: Il Furto Della Rotonda" },
 	{ "fuzzyfloppy3",		"Fuzzy e Floppy: Il Raggio Magico" },
@@ -4744,6 +4747,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("peepeebonbon", "", "PPBB.MAC", "33f733b2809b94c3301096902f642b6e", 289518, Common::JA_JPN, 402),
 	WINGAME1t_l("peepeebonbon", "", "PPBB.EXE", "ccfe8e10528261b78f4a8c9657a54ff8", 746983, Common::JA_JPN, 404),
 
+	WINGAME2t_l("petel", "", "START.DIR", "t:a8495b1e4560b603e93ca1db48513db8", 10596,
+							"START.EXE", "t:df604411b447d6eea92f5451776b06d3", 690453, Common::HE_ISR, 404),
+
 	MACGAME1_l("planetdob", "", "Planet Dob", "01be45e7241194dad07938e7059b88e3", 484095, Common::JA_JPN, 404),
 
 	MACGAME1_l("please", "", "PLEASE!", "8ea9e9a699c61edddffd79ddd0c994d7", 290006, Common::JA_JPN, 402),




More information about the Scummvm-git-logs mailing list