[Scummvm-git-logs] scummvm master -> 0e6c37bbe345cf745350cc37ba51d7b11001f49e
bluegr
noreply at scummvm.org
Thu May 12 13:28:47 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:
0e6c37bbe3 GLK: SCOTT: Add detection for ZX Spectrum "Marvel Adventure #1"
Commit: 0e6c37bbe345cf745350cc37ba51d7b11001f49e
https://github.com/scummvm/scummvm/commit/0e6c37bbe345cf745350cc37ba51d7b11001f49e
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2022-05-12T16:28:42+03:00
Commit Message:
GLK: SCOTT: Add detection for ZX Spectrum "Marvel Adventure #1"
Changed paths:
engines/glk/scott/detection_tables.h
diff --git a/engines/glk/scott/detection_tables.h b/engines/glk/scott/detection_tables.h
index eb682232955..205828520fb 100644
--- a/engines/glk/scott/detection_tables.h
+++ b/engines/glk/scott/detection_tables.h
@@ -148,6 +148,8 @@ const GlkDetectionEntry SCOTT_GAMES[] = {
DT_ENTRY0("topsecretadv", "effb411e74dfe3a8d69b57b9bc3a2cef", 15575),
//ZX Spectrum games
+ DT_ENTRY1("marveladventure", "ZXSpectrum", "0eec511d3cde815c73e5464ab0cdbef9", 40727),
+
//11 Mysterious Adventures
DT_ENTRY1("goldenbaton", "ZXSpectrum", "cb7dadc9d5f8bce453b9139265e4dd7d", 32060),
DT_ENTRY1("timemachine", "ZXSpectrum", "b22d1f4d46c99ff4443d541d3fe424c1", 30928),
More information about the Scummvm-git-logs
mailing list