[Scummvm-git-logs] scummvm master -> b60692bb4c554c1cc1d8c153ebf1455ce8fa510d
bluegr
bluegr at gmail.com
Tue Nov 9 18:24:45 UTC 2021
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:
b60692bb4c LURE: Add detection for later Konami version
Commit: b60692bb4c554c1cc1d8c153ebf1455ce8fa510d
https://github.com/scummvm/scummvm/commit/b60692bb4c554c1cc1d8c153ebf1455ce8fa510d
Author: eientei (log.butt at gmail.com)
Date: 2021-11-09T20:24:42+02:00
Commit Message:
LURE: Add detection for later Konami version
Changed paths:
engines/lure/detection.cpp
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp
index e853d53a27..16195a37c9 100644
--- a/engines/lure/detection.cpp
+++ b/engines/lure/detection.cpp
@@ -102,6 +102,23 @@ static const LureGameDescription gameDescriptions[] = {
GF_FLOPPY | GF_KONAMI
},
+ { // Konami VGA version. Assembled 09:19:10 on 09/23/92
+ {
+ "lure",
+ "Konami VGA",
+ AD_ENTRY1s("disk1.vga", "fe11231363593982f76e0a64e988a284", 612352),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+#ifdef USE_TTS
+ GUIO1(GAMEOPTION_TTS_NARRATOR)
+#else
+ GUIO0()
+#endif
+ },
+ GF_FLOPPY | GF_KONAMI
+ },
+
{
{
"lure",
More information about the Scummvm-git-logs
mailing list