X Tutup
Skip to content

Commit 469d399

Browse files
committed
SCUMM: Add detection entry for DOS Japanese FOA demo
Reported in Trac#16585; part of Dark Forces Japanese release.
1 parent ddfbb2d commit 469d399

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

devtools/scumm-md5.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ atlantis Indiana Jones and the Fate of Atlantis
360360
12cdc256eae5a461bcc9a49975999841 12030 en DOS Floppy Demo - Paulo Vicente
361361
99b6f822b0b2612415407865438697d6 11105 en DOS - Demo non-interactive
362362
591bb98948d277f6c91e65db3f26c829 11210 en Mac - Demo - einstein95
363+
69034147f653692a46b61c369347e1d1 11425 ja DOS - Demo V1.7 11-30-94 robertmegone
363364
28d24a33448fab6795850bc9f159a4a2 11170 ja FM-TOWNS FM-TOWNS Demo non-interactive khalek, Fingolfin
364365

365366
32765851cd5ed099f8da36a4a6144c7e -1 ko DOS - CD Fan translation ScummVM-Kor

engines/scumm/scumm-md5.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
This file was generated by the md5table tool on Sun Oct 05 15:41:54 2025
2+
This file was generated by the md5table tool on Wed Mar 4 16:30:02 2026
33
DO NOT EDIT MANUALLY!
44
*/
55

@@ -357,6 +357,7 @@ static const MD5Table md5table[] = {
357357
{ "688328c5bdc4c8ec4145688dfa077bf2", "freddi4", "HE 99", "Demo", 13609, Common::DE_DEU, Common::kPlatformUnknown },
358358
{ "6886e5d08cee329b1f2e743ae2e3ceed", "monkey2", "", "", 11135, Common::DE_DEU, Common::kPlatformDOS },
359359
{ "68e4bf77136cb3165e65d5c197ce65bd", "spyfox", "", "", 49221, Common::DE_DEU, Common::kPlatformWindows },
360+
{ "69034147f653692a46b61c369347e1d1", "atlantis", "", "Demo", 11425, Common::JA_JPN, Common::kPlatformDOS },
360361
{ "695fe0b3963333b7e15b37514db3c745", "thinkerk", "", "Demo", 29789, Common::EN_USA, Common::kPlatformUnknown },
361362
{ "697c9b7c55a05d8199c48b48e379d2c8", "puttmoon", "", "", -1, Common::HE_ISR, Common::kPlatformDOS },
362363
{ "69d70269fafc4445adbb0d223e4f9a3f", "indy3", "EGA", "EGA", 5361, Common::EN_ANY, Common::kPlatformDOS },

0 commit comments

Comments
 (0)
X Tutup