[Scummvm-git-logs] scummvm master -> a016a8d03ad9ea9944be50b46079b0c33bded7ac
dreammaster
paulfgilbert at gmail.com
Wed Mar 4 02:54:40 UTC 2020
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:
a016a8d03a ULTIMA8: Add detection entry for 1998 Collection version
Commit: a016a8d03ad9ea9944be50b46079b0c33bded7ac
https://github.com/scummvm/scummvm/commit/a016a8d03ad9ea9944be50b46079b0c33bded7ac
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-03-03T18:54:28-08:00
Commit Message:
ULTIMA8: Add detection entry for 1998 Collection version
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 6425897d24..70754779bd 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -88,6 +88,21 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
GF_VGA_ENHANCED
},
+ // Ultima VIII - Ultima Collection 1998
+ {
+ {
+ "ultima8",
+ "",
+ AD_ENTRY1s("eusecode.flx", "87c8b584e2947e5e4d99bd8bff6cea2e", 1251108),
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOMIDI)
+ },
+ GAME_ULTIMA8,
+ 0
+ },
+
// GOG Ultima VIII
{
{
@@ -107,7 +122,6 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
{
"ultima8",
"Gold Edition",
- //AD_ENTRY1s("fusecode.flx", "4017eb8678ee24af0ce8c7647a05509b", 1300957),
{
{ "eusecode.flx", 0, "c61f1dacde591cb39d452264e281f234", 1251108 },
{ "fusecode.flx", 0, "4017eb8678ee24af0ce8c7647a05509b", 1300957 },
@@ -126,7 +140,6 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
{
"ultima8",
"Gold Edition",
- //AD_ENTRY1s("gusecode.flx", "d69599a46870b66c1b7c02710ed185bdx", 0),
{
{"eusecode.flx", 0, "c61f1dacde591cb39d452264e281f234", 1251108},
{"gusecode.flx", 0, "d69599a46870b66c1b7c02710ed185bd", 1378604},
More information about the Scummvm-git-logs
mailing list