[Scummvm-git-logs] scummvm master -> c2eb7960c5afd9ee4559a162bff2c5f64aebf51c

mduggan noreply at scummvm.org
Sun Oct 5 08:31:29 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:
c2eb7960c5 ACCESS: Add detection for a MM variant


Commit: c2eb7960c5afd9ee4559a162bff2c5f64aebf51c
    https://github.com/scummvm/scummvm/commit/c2eb7960c5afd9ee4559a162bff2c5f64aebf51c
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-10-05T19:31:22+11:00

Commit Message:
ACCESS: Add detection for a MM variant

Changed paths:
    engines/access/detection_tables.h


diff --git a/engines/access/detection_tables.h b/engines/access/detection_tables.h
index f20427c6725..9abf66cce53 100644
--- a/engines/access/detection_tables.h
+++ b/engines/access/detection_tables.h
@@ -100,6 +100,21 @@ static const AccessGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Martian Memorandum from "Lasersoft Top Tracks Vol 1" CD
+		{
+			"martian",
+			nullptr,
+			AD_ENTRY1s("r01.ap", "1052fc0e5bd979ae2e18b03ed58fda8e", 39349),
+			Common::EN_ANY,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO1(GUIO_NONE)
+		},
+		kGameMartianMemorandum,
+		0
+	},
+
 	{
 		// Martian Memorandum
 		{




More information about the Scummvm-git-logs mailing list