[Scummvm-git-logs] scummvm master -> 8be6f2e26fdfe82d64200198f895c566742661f2
dreammaster
noreply at scummvm.org
Mon May 5 21:39:48 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:
8be6f2e26f AWE: Added DOS Floppy detection provided by digitall
Commit: 8be6f2e26fdfe82d64200198f895c566742661f2
https://github.com/scummvm/scummvm/commit/8be6f2e26fdfe82d64200198f895c566742661f2
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-05-05T14:39:43-07:00
Commit Message:
AWE: Added DOS Floppy detection provided by digitall
Changed paths:
engines/awe/detection_tables.h
diff --git a/engines/awe/detection_tables.h b/engines/awe/detection_tables.h
index 5f370b0f716..107986de6e5 100644
--- a/engines/awe/detection_tables.h
+++ b/engines/awe/detection_tables.h
@@ -39,6 +39,20 @@ const AweGameDescription gameDescriptions[] = {
},
DT_DOS
},
+ // DOS Floppy - ANOTHER WORLD PC (19/3/92)
+ {
+ {
+ "anotherworld",
+ nullptr,
+ AD_ENTRY1s("memlist.bin", "63675fdb53dd4a2b8d72182bbee47592", 2940),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GAMEOPTION_COPY_PROTECTION)
+ },
+ DT_DOS
+ },
+
{
{
"anotherworld",
@@ -51,6 +65,7 @@ const AweGameDescription gameDescriptions[] = {
},
DT_DOS
},
+
{
{
"anotherworld",
@@ -63,6 +78,7 @@ const AweGameDescription gameDescriptions[] = {
},
DT_WIN31
},
+
{
{
"anotherworld",
@@ -75,6 +91,7 @@ const AweGameDescription gameDescriptions[] = {
},
DT_20TH_EDITION
},
+
{ AD_TABLE_END_MARKER, 0 }
};
More information about the Scummvm-git-logs
mailing list