[Scummvm-git-logs] scummvm master -> b54daaf77f08f1ea982f673f037603bd5734cfc8
mistydemeo
noreply at scummvm.org
Thu Oct 27 01:54:10 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:
b54daaf77f DIRECTOR: add original Zero Zero release
Commit: b54daaf77f08f1ea982f673f037603bd5734cfc8
https://github.com/scummvm/scummvm/commit/b54daaf77f08f1ea982f673f037603bd5734cfc8
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-10-26T18:49:08-07:00
Commit Message:
DIRECTOR: add original Zero Zero release
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 17cd5bc8a68..c1f9e3cfdd4 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -5960,7 +5960,9 @@ static const DirectorGameDescription gameDescriptions[] = {
MACGAME1_l("yokai200", "", "xn--1-we0by4fq4jlr4e", "5b6db61d580e40b903a7f0797b0bdad7", 719012, Common::JA_JPN, 501),
WINGAME1_l("yokai200", "", "YOUKAI1.EXE", "38b75ecdedf662326fe4931a68ae60cd", 1411170, Common::JA_JPN, 501),
- MACGAME1("zerozero", "", "ZeroMac", "667b7ed544734f910bb9d9f4e47f76b1", 972761, 500),
+ MACGAME1("zerozero", "", "ZeroMac", "eb3ff85d5e34918bb3ad54d90a21c567", 972761, 500),
+ MACGAME1("zerozero", "Uplink rerelease", "ZeroMac", "667b7ed544734f910bb9d9f4e47f76b1", 972761, 500),
+ // Original release and Uplink rerelease have the same executable on Windows
WINGAME1t("zerozero", "", "ZERO95.EXE", "b81561a42d11d5533fc9e93bfa3d4cfd", 1394631, 500),
//////////////////////////////////////////////////
More information about the Scummvm-git-logs
mailing list