[Scummvm-git-logs] scummvm master -> 83f7da73093bd0ad05aeea2b0914541c22e66a40
bluegr
noreply at scummvm.org
Sat Apr 25 22:05:28 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
83f7da7309 AGOS: ELVIRA1: Add detection/PRG name for FR Atari ST version. Fixes bug #16707
Commit: 83f7da73093bd0ad05aeea2b0914541c22e66a40
https://github.com/scummvm/scummvm/commit/83f7da73093bd0ad05aeea2b0914541c22e66a40
Author: Robert Megone (robert.megone at gmail.com)
Date: 2026-04-26T01:05:24+03:00
Commit Message:
AGOS: ELVIRA1: Add detection/PRG name for FR Atari ST version. Fixes bug #16707
Changed paths:
engines/agos/detection_tables.h
engines/agos/res_snd.cpp
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 6f66332b0f5..4b3559f284f 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -246,6 +246,30 @@ static const AGOSGameDescription gameDescriptions[] = {
GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR
},
+ // Elvira 1 - French Atari ST Floppy
+ // Suppliedd by Parotaku in bug report #16707
+ {
+ {
+ "elvira1",
+ "Floppy",
+
+ {
+ {"gamest", GAME_BASEFILE, "39bb4399d1b79a9c9d60279237a856f9", 120990},
+ {"icon.dat", GAME_ICONFILE, "2db931e84f1ca01f0816dddfae3f49e1", 36573},
+ {"tbllist", GAME_TBLFILE, "5b6ff494bf7e24213758598ef4ac0a8b", 476},
+ AD_LISTEND
+ },
+ Common::FR_FRA,
+ Common::kPlatformAtariST,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI)
+ },
+
+ GType_ELVIRA1,
+ GID_ELVIRA1,
+ GF_OLD_BUNDLE | GF_CRUNCHED | GF_PLANAR
+ },
+
// Elvira 1 - German Atari ST Floppy
{
{
diff --git a/engines/agos/res_snd.cpp b/engines/agos/res_snd.cpp
index 7d68c2e58e1..61f66d655c9 100644
--- a/engines/agos/res_snd.cpp
+++ b/engines/agos/res_snd.cpp
@@ -187,6 +187,7 @@ static Common::SeekableReadStream *openElvira1AtariSTPrg() {
"ELVIRA.PRG",
"ELVIRA+.PRG",
"RUNENG.PRG",
+ "RUNFRNCH.PRG",
"AUTO/RUNENG.PRG",
"AUTO/ADEMO.PRG",
"ADEMO.PRG"
More information about the Scummvm-git-logs
mailing list