[Scummvm-git-logs] scummvm master -> 7bb2eefbb95afc89529498751fe600c45448f014
tag2015
noreply at scummvm.org
Fri Jun 20 09:52:42 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:
7bb2eefbb9 AWE: Add two Amiga versions
Commit: 7bb2eefbb95afc89529498751fe600c45448f014
https://github.com/scummvm/scummvm/commit/7bb2eefbb95afc89529498751fe600c45448f014
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2025-06-20T10:41:07+02:00
Commit Message:
AWE: Add two Amiga versions
Fix #16025
Changed paths:
engines/awe/detection_tables.h
diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index 1af36546cf0..6079198faa7 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -119,6 +119,34 @@ const AweGameDescription gameDescriptions[] = {
},
DT_AMIGA
},
+ // Out of this World (USA)
+ {
+ {
+ "anotherworld",
+ nullptr,
+ AD_ENTRY2s("bank01", "8cec5badf5bea89bff3a550daff79861", 244822,
+ "bank03", "b8cdbcd57e9953423a21dadeeca3cdfa", 128040),
+ Common::EN_ANY,
+ Common::kPlatformAmiga,
+ ADGF_UNSTABLE,
+ GUIO1(GAMEOPTION_COPY_PROTECTION)
+ },
+ DT_AMIGA
+ },
+ // Delphine Classic Collection (Kixx)
+ {
+ {
+ "anotherworld",
+ nullptr,
+ AD_ENTRY2s("bank01", "8cec5badf5bea89bff3a550daff79861", 244674,
+ "bank03", "c2594927418291119c2996eabcf6d0f1", 128038),
+ Common::EN_ANY,
+ Common::kPlatformAmiga,
+ ADGF_UNSTABLE,
+ GUIO1(GAMEOPTION_COPY_PROTECTION)
+ },
+ DT_AMIGA
+ },
{ AD_TABLE_END_MARKER, 0 }
};
More information about the Scummvm-git-logs
mailing list