[Scummvm-git-logs] scummvm master -> f910fbe1b242b9d1e9f431d062a3cf9ba9c30045
mduggan
mgithub at guarana.org
Sun May 3 02:29:52 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:
f910fbe1b2 ULTIMA: Add PC98 Ultima 1 detection
Commit: f910fbe1b242b9d1e9f431d062a3cf9ba9c30045
https://github.com/scummvm/scummvm/commit/f910fbe1b242b9d1e9f431d062a3cf9ba9c30045
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2020-05-03T11:29:36+09:00
Commit Message:
ULTIMA: Add PC98 Ultima 1 detection
Changed paths:
engines/ultima/detection_tables.h
diff --git a/engines/ultima/detection_tables.h b/engines/ultima/detection_tables.h
index 6801cb3340..e1fa1beaf8 100644
--- a/engines/ultima/detection_tables.h
+++ b/engines/ultima/detection_tables.h
@@ -43,6 +43,25 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
GF_VGA_ENHANCED
},
+ {
+ // Ultima I - The First Age of Darkness, PC98 version
+ {
+ "ultima1",
+ 0,
+ {
+ {"egctown.bin", 0, "4f7de68f6689cf9617aa1ea03240137e", 4896},
+ {"map.bin", 0, "f99633a0110ccf90837ab161be56cf1c", 13104},
+ AD_LISTEND
+ },
+ Common::JA_JPN,
+ Common::kPlatformPC98,
+ ADGF_UNSTABLE,
+ GUIO0()
+ },
+ GAME_ULTIMA1,
+ 0
+ },
+
{
// Ultima I - The First Age of Darkness
{
@@ -58,7 +77,6 @@ static const UltimaGameDescription GAME_DESCRIPTIONS[] = {
0
},
-
{
// Ultima IV - Quest of the Avatar
{
More information about the Scummvm-git-logs
mailing list