[Scummvm-git-logs] scummvm master -> 5f884a33940f58a597ac9706858857864b926ae3

bluegr noreply at scummvm.org
Wed Jun 18 22:15:06 UTC 2025


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

Summary:
5f884a3394 MADE: Rename Manhole TeraDrive version to DOS/V


Commit: 5f884a33940f58a597ac9706858857864b926ae3
    https://github.com/scummvm/scummvm/commit/5f884a33940f58a597ac9706858857864b926ae3
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-06-19T01:15:02+03:00

Commit Message:
MADE: Rename Manhole TeraDrive version to DOS/V

Changed paths:
    engines/made/detection_tables.h


diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index 149b5e3d392..88227d340a3 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -524,10 +524,12 @@ static const MadeGameDescription gameDescriptions[] = {
 	},
 
 	{
-		// The Manhole Sega TeraDrive
+		// The Manhole DOS/V
+		// Platform: IBM PS-55, Sega TeraDrive or DOS/V-compatibles
+		// MADE v2.00a JAPAN PC - Copyright (c) 1990, MEDIAGENIC
 		{
 			"manhole",
-			"TeraDrive",
+			"DOS-V",
 			AD_ENTRY1s("manhole.dat", "14522ee9139ca0823ac0cc15805e1fcc", 112303),
 			Common::JA_JPN,
 			Common::kPlatformDOS,




More information about the Scummvm-git-logs mailing list