[Scummvm-git-logs] scummvm master -> e9c23146dd3acce354391e10a6f15e260f05a1ad
sev-
noreply at scummvm.org
Tue Jul 30 21:46:10 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:
e9c23146dd TINSEL: Add detection for Discworld 1 Macintosh Japanese
Commit: e9c23146dd3acce354391e10a6f15e260f05a1ad
https://github.com/scummvm/scummvm/commit/e9c23146dd3acce354391e10a6f15e260f05a1ad
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2024-07-30T23:46:07+02:00
Commit Message:
TINSEL: Add detection for Discworld 1 Macintosh Japanese
>From my own CD.
Changed paths:
engines/tinsel/detection_tables.h
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index 5ff95fb6e49..cc74e32ecc9 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -526,6 +526,24 @@ static const TinselGameDescription gameDescriptions[] = {
TINSEL_V1,
},
+ { // Mac Japanese CD
+ {
+ "dw",
+ "CD",
+ AD_ENTRY2s("dw.scn", "55a11596b16130027fb28d8c203655a8", 1430841,
+ "english.smp", NULL, AD_NO_SIZE),
+ Common::JA_JPN,
+ Common::kPlatformMacintosh,
+ ADGF_CD | ADGF_UNSTABLE,
+ GUIO0()
+ },
+ GID_DW1,
+ 0,
+ GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+ TINSEL_V1,
+ },
+
+
{ // German CD re-release "Neon Edition"
// Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT
{
More information about the Scummvm-git-logs
mailing list