[Scummvm-git-logs] scummvm master -> 34567e424c9e5758f3feab9e7bd21648daf829cf

mistydemeo noreply at scummvm.org
Mon Dec 5 02:58:02 UTC 2022


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:
34567e424c DIRECTOR: add chuchutataki


Commit: 34567e424c9e5758f3feab9e7bd21648daf829cf
    https://github.com/scummvm/scummvm/commit/34567e424c9e5758f3feab9e7bd21648daf829cf
Author: Misty De Meo (mistydemeo at gmail.com)
Date: 2022-12-04T18:57:56-08:00

Commit Message:
DIRECTOR: add chuchutataki

Other Shock Price 500 games may be Director-based, too.

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 7cb8efb9671..fd3e0e30ca5 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -871,6 +871,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "chinacrisis",		"China Crisis" },
 	{ "chisanaensoka",		"小さな演奏家" },									// Little Musician (Crickets)
 	{ "choroli",			"The Trip of Choroli" }, // title also provided in Japanese on the web - 「ちょろりの冒険」
+	{ "chuchutataki",		"チュウチュウたたき" }, // Chu-Chu Tataki, part of the Shock Price 500 series
 	{ "christmassmallhouse","Christmastime at Small House" },
 	{ "chuckletime",		"チャックルタイム" },
 	{ "chuteng",			"中天" },
@@ -5376,6 +5377,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("christmassmallhouse", "", "Small Xmas",    "552992fb31c736ca67ffd403096596d6", 719617, Common::JA_JPN, 500),
 	WINGAME1t_l("christmassmallhouse", "", "XMAS.EXE",    "f3e3c481eb26507c6ce59a487c005e8c", 1411646, Common::JA_JPN, 501),
 
+	// Original filename is 'チュウチュウたたき'
+	MACGAME1_l("chuchutataki", "", "xn--w8j9aa6za4nb00ac",    "c148f66ae3511fb88733102aa27efe7e", 106172, Common::JA_JPN, 501),
+	WINGAME1t_l("chuchutataki", "", "TYUUTYUU.EXE",    "bfb442750a6a264825fac3cc12a69d71", 1411220, Common::JA_JPN, 501),
+
 	// Series includes Schubert, Tchaikovsky, Mozart, Vivaldi and probably more
 	WINGAME1_l("clasplusbee2", "", "BEE2_95.EXE", "1a7acbba10a7246ba58c1d53fc7203f5", 1694421, Common::ES_ESP, 501),
 




More information about the Scummvm-git-logs mailing list