[Scummvm-git-logs] scummvm master -> 7c1cfb3ce25125f62b3759cf2b8f988306f77345

bluegr noreply at scummvm.org
Sun Apr 21 09:24:47 UTC 2024


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:
7c1cfb3ce2 MADE: TeraDrive Manhole


Commit: 7c1cfb3ce25125f62b3759cf2b8f988306f77345
    https://github.com/scummvm/scummvm/commit/7c1cfb3ce25125f62b3759cf2b8f988306f77345
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2024-04-21T12:24:43+03:00

Commit Message:
MADE: TeraDrive Manhole

Changed paths:
    engines/made/detection_tables.h


diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index 896389f46b7..149b5e3d392 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -523,6 +523,23 @@ static const MadeGameDescription gameDescriptions[] = {
 		3,
 	},
 
+	{
+		// The Manhole Sega TeraDrive
+		{
+			"manhole",
+			"TeraDrive",
+			AD_ENTRY1s("manhole.dat", "14522ee9139ca0823ac0cc15805e1fcc", 112303),
+			Common::JA_JPN,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOSPEECH)
+		},
+		GID_MANHOLE,
+		0,
+		GF_FLOPPY,
+		3,
+	},
+
 	{
 		// Leather Goddesses of Phobos 2 (English)
 		{




More information about the Scummvm-git-logs mailing list