[Scummvm-git-logs] scummvm master -> 92ee7a1ca5bb60e3dadcf2e4f5e96d6744e3716c

eriktorbjorn noreply at scummvm.org
Sun Sep 24 08:17:10 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:
92ee7a1ca5 MOHAWK: Add another Toroise & The Hare demo


Commit: 92ee7a1ca5bb60e3dadcf2e4f5e96d6744e3716c
    https://github.com/scummvm/scummvm/commit/92ee7a1ca5bb60e3dadcf2e4f5e96d6744e3716c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-09-24T10:16:18+02:00

Commit Message:
MOHAWK: Add another Toroise & The Hare demo

This one is from the European release of Arthur's Teacher Trouble.

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index dff3c34b13a..5f87f031199 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1693,6 +1693,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"TORTOISE.EXE"
 	},
 
+	// From European Arthur's Teacher Trouble CD [English, German, French]
+	{
+		{
+			"tortoise",
+			"Demo",
+			AD_ENTRY1("TORTB.LB", "bd6784dc9f6a9c1143ca03230fca3f29"),
+			Common::EN_GRB,
+			Common::kPlatformWindows,
+			ADGF_DEMO,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV2,
+		GF_DEMO,
+		"TORTB.EXE"
+	},
+
 	{
 		{
 			"tortoise",




More information about the Scummvm-git-logs mailing list