mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
MOHAWK: Add detection for a Mac CD game and demo
Add detection for the Macintosh CD 'La Tartaruga e la Lepre' (The Turtle and the Hare) [Italian, English], and a demo included on it for the game 'Al mare con la Nonna' (Grandma and me)
This commit is contained in:
parent
19fe35216f
commit
213d2d1cf4
@ -1358,6 +1358,22 @@ static const MohawkGameDescription gameDescriptions[] = {
|
|||||||
0,
|
0,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"tortoise",
|
||||||
|
"",
|
||||||
|
AD_ENTRY1("BookOutline", "82d0b24a6400bec8e94cde021a4c876b"),
|
||||||
|
Common::IT_ITA,
|
||||||
|
Common::kPlatformMacintosh,
|
||||||
|
ADGF_NO_FLAGS,
|
||||||
|
GUIO1(GUIO_NOASPECT)
|
||||||
|
},
|
||||||
|
GType_LIVINGBOOKSV3,
|
||||||
|
0,
|
||||||
|
"La Tartaruga e la Lepre"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"tortoise",
|
"tortoise",
|
||||||
@ -1770,6 +1786,22 @@ static const MohawkGameDescription gameDescriptions[] = {
|
|||||||
"GRANDMA.EXE"
|
"GRANDMA.EXE"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"grandma",
|
||||||
|
"Demo v1.2",
|
||||||
|
AD_ENTRY1("BookOutline", "599fece5d71cdd19c9726c28dbf634d8"),
|
||||||
|
Common::IT_ITA,
|
||||||
|
Common::kPlatformMacintosh,
|
||||||
|
ADGF_DEMO,
|
||||||
|
GUIO1(GUIO_NOASPECT)
|
||||||
|
},
|
||||||
|
GType_LIVINGBOOKSV3,
|
||||||
|
GF_DEMO,
|
||||||
|
"Al mare con la Nonna"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
"grandma",
|
"grandma",
|
||||||
|
Loading…
Reference in New Issue
Block a user