[Scummvm-git-logs] scummvm master -> 42cd384693cf589d50a4bf3954795997818f462a
eriktorbjorn
noreply at scummvm.org
Fri Jul 17 05:59:03 UTC 2026
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:
42cd384693 PHOENIXVR: Add detection for Swedish Amerzone
Commit: 42cd384693cf589d50a4bf3954795997818f462a
https://github.com/scummvm/scummvm/commit/42cd384693cf589d50a4bf3954795997818f462a
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2026-07-17T07:57:14+02:00
Commit Message:
PHOENIXVR: Add detection for Swedish Amerzone
There is probably some copy protection on the first CD, because a few
files are impossibly large and can't be read. Hopefully nothing ScummVM
needs. For reference, the affected files are autoexec.exe,
disk1/_SETUP.DLL and disk1/setup.dat
Changed paths:
engines/phoenixvr/detection_tables.h
diff --git a/engines/phoenixvr/detection_tables.h b/engines/phoenixvr/detection_tables.h
index de28f710608..012c236d6c3 100644
--- a/engines/phoenixvr/detection_tables.h
+++ b/engines/phoenixvr/detection_tables.h
@@ -549,6 +549,17 @@ const ADGameDescription gameDescriptions[] = {
ADGF_DROPPLATFORM | ADGF_UNSTABLE | ADGF_CD,
GUIO1(GUIO_NONE)
},
+ {"amerzone",
+ "Swedish CD release",
+ AD_ENTRY3s("insertCD.vr", "07ed318104096cace90dddcf48a5ad6c", 330092,
+ "01VR_PHARE/INTERFACE.VR", "52e6b786541ec0df95c00c2ae539ca0f", 77011,
+ "01VR_PHARE/AMERZONE.PAK", "2f538af7bdb1492c883a7333a6fb4141", 26404
+ ),
+ Common::SV_SWE,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_UNSTABLE | ADGF_CD,
+ GUIO1(GUIO_NONE)
+ },
AD_TABLE_END_MARKER
};
More information about the Scummvm-git-logs
mailing list