[Scummvm-git-logs] scummvm master -> 1abcb570f637732537205f904590995fe99d8e0b

bluegr noreply at scummvm.org
Wed Feb 19 00:24:35 UTC 2025


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:
1abcb570f6 CRYO: Add detection for Lost Eden PC-9821 version


Commit: 1abcb570f637732537205f904590995fe99d8e0b
    https://github.com/scummvm/scummvm/commit/1abcb570f637732537205f904590995fe99d8e0b
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2025-02-19T02:24:31+02:00

Commit Message:
CRYO: Add detection for Lost Eden PC-9821 version

Changed paths:
    engines/cryo/detection.cpp


diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp
index 63b9bf2b05b..baa5ae94238 100644
--- a/engines/cryo/detection.cpp
+++ b/engines/cryo/detection.cpp
@@ -113,6 +113,19 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOMIDI)
 	},
 
+	// Lost Eden PC-9821 version
+	// English with JP/EN subtitles
+	// PC-9801-86/PC-9821A or PC-9821X/N/C audio
+	{
+		"losteden",
+		nullptr,
+		AD_ENTRY1s("EDEN.DAT", "5f8817a58e6a7729bcd5ebeabe17640e", 450052416),
+		Common::EN_ANY,
+		Common::kPlatformPC98,
+		ADGF_UNSTABLE,
+		GUIO1(GUIO_NOMIDI)
+	},
+
 	AD_TABLE_END_MARKER
 };
 




More information about the Scummvm-git-logs mailing list