[Scummvm-git-logs] scummvm master -> c49de6914416d7e96e56c046b94a2f1826ca160e

mistydemeo noreply at scummvm.org
Sun Jul 2 18:32:04 UTC 2023


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:
c49de69144 DIRECTOR: add First PC


Commit: c49de6914416d7e96e56c046b94a2f1826ca160e
    https://github.com/scummvm/scummvm/commit/c49de6914416d7e96e56c046b94a2f1826ca160e
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2023-07-02T11:31:46-07:00

Commit Message:
DIRECTOR: add First PC

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 864f1d92898..b79806468c0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -943,6 +943,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "erikotamuraoz",		"Eriko Tamura: Oz" },
 	{ "fantazion",			"World Engine Fantazion" },
 	{ "ffa",				"ファンキー ファニー エイリアンズ" },					// Funky Funny Aliens
+	{ "firstpc",			"First PC" },
 	{ "garyukeiba",			"我流競馬" },										// "My style horse racing"
 	{ "ganbareinuchan",		"がんばれ! いぬちゃん ロケンロール編" },				// Ganbare! Inu-chan: Rock'n Roll Edition
 	{ "ganbareinuchan2",	"がんばれ! いぬちゃん 世界の旅へん" },				// Ganbare! Inu-chan: Tour Around the World
@@ -5987,6 +5988,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	WINGAME2("explorespace5", "", "WIN95.EXE",			 "1a7acbba10a7246ba58c1d53fc7203f5", 1411387,
 								  "PROGRAM/459MAIN.DXR", "3868e98be38c2fbff814e2b8f1663fc9", 376868, 501),
 
+	// Original filename is "ファースト PC"
+	MACGAME1t_l("firstpc", "", "xn-- -ceu6cuc2c5my703k7ca",	  "ea9e1c1489dee20fe0a949facbf62c0e", 719664, Common::JA_JPN, 501),
+	WINGAME1t_l("firstpc", "", "FIRSTPC.EXE", "969770de110b5dcea469d4153780578b", 1411736, Common::JA_JPN, 501),
+
 	// Developed by Brilliant Interactive Ideas, published by Brainstorm
 	MACGAME1("flipper", "", "Flipper!",	  "6e7e31d05709e1d38d63f4df6a59eec0", 718381, 501),
 	WINGAME1("flipper", "", "FLIP32.EXE", "3460ad87d2ba57104e2810a77b53c220", 1398201, 500),




More information about the Scummvm-git-logs mailing list