[Scummvm-git-logs] scummvm master -> 0c6b2a9f3bb30a5a637f019cd39d59e8c071a075
rvanlaar
noreply at scummvm.org
Wed Nov 29 21:23:22 UTC 2023
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:
0c6b2a9f3b DIRECTOR: detection: add demo in the first degree
Commit: 0c6b2a9f3bb30a5a637f019cd39d59e8c071a075
https://github.com/scummvm/scummvm/commit/0c6b2a9f3bb30a5a637f019cd39d59e8c071a075
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-11-29T22:20:49+01:00
Commit Message:
DIRECTOR: detection: add demo in the first degree
This demo is found on MYST cd-rom from 1996 in the folder
myst16/it1ddemo.
Changed paths:
engines/director/detection_tables.h
diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index e4c9ab2aa70..366954bb99a 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -4420,6 +4420,8 @@ static const DirectorGameDescription gameDescriptions[] = {
WINDEMO1t("it1d", "Demo", "INTHE1ST.EXE", "b6c6fd5d3cdb941f63128e13716c2f68", 2597207, 400),
// found on PC Format CD-ROM Collection 19
WINDEMO1t("it1d", "Demo", "INTHE1ST.EXE", "685717457c3219012eda7403579f94c9", 2576067, 400),
+ // found on Myst windows CD-ROM from 1996
+ WINDEMO1t("it1d", "Demo", "in1demo.exe", "t:b6c6fd5d3cdb941f63128e13716c2f68", 2597223, 400),
MACGAME1("iwave", "Issue 1", "!", "r:ae7178ba5dd9dcd15fb7a27cd99089b2", 484133, 404),
WINGAME1("iwave", "Issue 1", "IWAVE.EXE", "d:67aa1f75dc23e071e5325be04e9738a6", 690955, 404),
More information about the Scummvm-git-logs
mailing list