MOHAWK: Add detection for The Amazing Writing Machine

This commit is contained in:
eientei 2023-09-25 14:18:25 +13:00 committed by Eugene Sandulenko
parent 29c012a60d
commit e934deaaaf
3 changed files with 19 additions and 0 deletions

View File

@ -76,6 +76,7 @@ static const PlainGameDescriptor mohawkGames[] = {
{"wsg", "Williams-Sonoma Guide to Good Cooking" },
{"mathsworkshop", "Maths Workshop" },
{"wricamact", "Write, Camera, Action!"},
{"amazingwriting", "The Amazing Writing Machine"},
{nullptr, nullptr}
};

View File

@ -47,6 +47,7 @@ enum MohawkGameType {
GType_ALIENTALES,
GType_MATHSWORKSHOP,
GType_WRICAMACT,
GType_AMAZINGWRITING,
};
#define GAMEOPTION_ME GUIO_GAMEOPTIONS1

View File

@ -1045,6 +1045,23 @@ static const MohawkGameDescription gameDescriptions[] = {
0
},
// The Amazing Writing Machine
// Mac/Win hybrid disc
{
{
"amazingwriting",
_s("Missing game code"), // Reason for being unsupported,
AD_ENTRY1s("system.dat", "h:6d65aa2cc7d437bb352aa18c0d63e332", 131),
Common::FR_FRA,
Common::kPlatformMacintosh,
ADGF_UNSUPPORTED,
GUIO1(GUIO_NOASPECT)
},
GType_AMAZINGWRITING,
0,
0
},
// Harry and the Haunted House v1.0E
// English Windows 3.11
// From strangerke