[Scummvm-git-logs] scummvm master -> 653199a3b045c35f019af7f04b8799056bf18226
Die4Ever
noreply at scummvm.org
Sun Feb 13 19:58:56 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:
653199a3b0 AGOS: add Simon1 Hebrew fan dub
Commit: 653199a3b045c35f019af7f04b8799056bf18226
https://github.com/scummvm/scummvm/commit/653199a3b045c35f019af7f04b8799056bf18226
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2022-02-13T13:58:43-06:00
Commit Message:
AGOS: add Simon1 Hebrew fan dub
Changed paths:
engines/agos/detection_tables.h
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 743eb44d1f0..afa8c954c17 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -1873,6 +1873,31 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_TALKIE
},
+ // Simon the Sorcerer 1 - Hebrew DOS CD - Fan Dub, make sure to delete SIMON.WAV if you have it
+ {
+ {
+ "simon1",
+ "CD, Fan Dub",
+
+ {
+ { "simon.gme", GAME_GMEFILE, "19f57784a1b83d238870b3eac49cccc1", 6976776},
+ { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19", 14361},
+ { "gamepc", GAME_BASEFILE, "5bea08657999726d8332e96cda670591", 34615},
+ { "stripped.txt", GAME_STRFILE, "9d31bef42db1a8abe4e9f368014df1d5", 252},
+ { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8", 711},
+ { NULL, 0, NULL, 0}
+ },
+ Common::HE_ISR,
+ Common::kPlatformDOS,
+ ADGF_CD,
+ GUIO0()
+ },
+
+ GType_SIMON1,
+ GID_SIMON1,
+ GF_TALKIE
+ },
+
// Simon the Sorcerer 1 - Italian DOS CD
{
{
More information about the Scummvm-git-logs
mailing list