[Scummvm-git-logs] scummvm master -> a8bd58374d689f19b0a42f09cd80969ca7f4abe5
sev-
noreply at scummvm.org
Tue Oct 18 22:31:59 UTC 2022
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:
a8bd58374d MADE: Add detection for FM-Towns version of The Manhole
Commit: a8bd58374d689f19b0a42f09cd80969ca7f4abe5
https://github.com/scummvm/scummvm/commit/a8bd58374d689f19b0a42f09cd80969ca7f4abe5
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-10-19T00:31:55+02:00
Commit Message:
MADE: Add detection for FM-Towns version of The Manhole
Changed paths:
engines/made/detection_tables.h
diff --git a/engines/made/detection_tables.h b/engines/made/detection_tables.h
index 27b382e3c6f..18b1188520a 100644
--- a/engines/made/detection_tables.h
+++ b/engines/made/detection_tables.h
@@ -504,6 +504,23 @@ static const MadeGameDescription gameDescriptions[] = {
1,
},
+ {
+ // The Manhole
+ {
+ "manhole",
+ "",
+ AD_ENTRY1s("manhole.dat", "2f14b5d87a862aad25701514dc282475", 119667),
+ Common::JA_JPN,
+ Common::kPlatformFMTowns,
+ ADGF_CD | ADGF_UNSTABLE,
+ GUIO1(GUIO_NOSPEECH)
+ },
+ GID_MANHOLE,
+ 0,
+ GF_CD,
+ 3,
+ },
+
{
// Leather Goddesses of Phobos 2 (English)
{
More information about the Scummvm-git-logs
mailing list