mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
SCUMM: Add settings entry for Mac Loom
This makes the Macintosh b/w render mode available for it, alongside the default Macintosh one.
This commit is contained in:
parent
6df6d5a173
commit
230e474951
@ -181,7 +181,7 @@ loom Loom
|
|||||||
c3df37df9d3b481b45f75283a9907c47 5752 it DOS EGA EGA - Andrea Petrucci
|
c3df37df9d3b481b45f75283a9907c47 5752 it DOS EGA EGA - Andrea Petrucci
|
||||||
0be88565f734b1e9e77ccaaf3bb14b29 5748 es DOS EGA EGA v1.2 Espanol from 31 Aug 90 George Kormend
|
0be88565f734b1e9e77ccaaf3bb14b29 5748 es DOS EGA EGA v1.2 Espanol from 31 Aug 90 George Kormend
|
||||||
2a208ffbcd0e83e86f4356e6f64aa6e1 5748 es DOS EGA EGA v1.2 Espanol from 31 Aug 90 abnog, Andrea Petrucci, Peter Eckerlein
|
2a208ffbcd0e83e86f4356e6f64aa6e1 5748 es DOS EGA EGA v1.2 Espanol from 31 Aug 90 abnog, Andrea Petrucci, Peter Eckerlein
|
||||||
6f0be328c64d689bb606d22a389e1b0f 5748 en Mac No AdLib EGA v1.2 25 Jan 91 Fingolfin
|
6f0be328c64d689bb606d22a389e1b0f 5748 en Mac Mac EGA v1.2 25 Jan 91 Fingolfin
|
||||||
|
|
||||||
5d88b9d6a88e6f8e90cded9d01b7f082 8307 en DOS VGA VGA CD Version v1.0 from 10. Feb 92 (Talkie) Peter Eckerlein, Fingolfin
|
5d88b9d6a88e6f8e90cded9d01b7f082 8307 en DOS VGA VGA CD Version v1.0 from 10. Feb 92 (Talkie) Peter Eckerlein, Fingolfin
|
||||||
0354ee0d14cde1264ec762261c04c14a 585728 en Windows Steam Steam Steam Version Ben Castricum, Filippos Karapetis
|
0354ee0d14cde1264ec762261c04c14a 585728 en Windows Steam Steam Steam Version Ben Castricum, Filippos Karapetis
|
||||||
|
@ -177,6 +177,7 @@ static const GameSettings gameVariantsTable[] = {
|
|||||||
{"indy3", "FM-TOWNS", 0, GID_INDY3, 3, 0, MDT_TOWNS, GF_OLD256 | GF_FEW_LOCALS | GF_AUDIOTRACKS, Common::kPlatformFMTowns, GUIO6(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_MIDITOWNS, GUIO_TRIM_FMTOWNS_TO_200_PIXELS, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
{"indy3", "FM-TOWNS", 0, GID_INDY3, 3, 0, MDT_TOWNS, GF_OLD256 | GF_FEW_LOCALS | GF_AUDIOTRACKS, Common::kPlatformFMTowns, GUIO6(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_MIDITOWNS, GUIO_TRIM_FMTOWNS_TO_200_PIXELS, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
||||||
|
|
||||||
{"loom", "EGA", "ega", GID_LOOM, 3, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO4(GUIO_NOSPEECH, GUIO_RENDERCGA, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
{"loom", "EGA", "ega", GID_LOOM, 3, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS | MDT_ADLIB | MDT_MIDI | MDT_PREFER_MT32, 0, UNK, GUIO4(GUIO_NOSPEECH, GUIO_RENDERCGA, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
||||||
|
{"loom", "Mac", "ega", GID_LOOM, 3, 0, MDT_PCSPK | MDT_PCJR, 0, UNK, GUIO5(GUIO_NOSPEECH, GUIO_RENDERMACINTOSHBW, GUIO_NOMIDI, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
||||||
{"loom", "No AdLib", "ega", GID_LOOM, 3, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS, 0, UNK, GUIO4(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
{"loom", "No AdLib", "ega", GID_LOOM, 3, 0, MDT_PCSPK | MDT_PCJR | MDT_CMS, 0, UNK, GUIO4(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
||||||
{"loom", "PC-Engine", 0, GID_LOOM, 3, 0, MDT_NONE, GF_AUDIOTRACKS | GF_OLD256 | GF_16BIT_COLOR, Common::kPlatformPCEngine, GUIO3(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_ENHANCEMENTS)},
|
{"loom", "PC-Engine", 0, GID_LOOM, 3, 0, MDT_NONE, GF_AUDIOTRACKS | GF_OLD256 | GF_16BIT_COLOR, Common::kPlatformPCEngine, GUIO3(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_ENHANCEMENTS)},
|
||||||
{"loom", "FM-TOWNS", 0, GID_LOOM, 3, 0, MDT_TOWNS, GF_AUDIOTRACKS | GF_OLD256, Common::kPlatformFMTowns, GUIO6(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_MIDITOWNS, GUIO_NOASPECT, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
{"loom", "FM-TOWNS", 0, GID_LOOM, 3, 0, MDT_TOWNS, GF_AUDIOTRACKS | GF_OLD256, Common::kPlatformFMTowns, GUIO6(GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_MIDITOWNS, GUIO_NOASPECT, GUIO_ENHANCEMENTS, GUIO_ORIGINALGUI)},
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
This file was generated by the md5table tool on Fri Aug 4 08:34:58 2023
|
This file was generated by the md5table tool on Mon Sep 4 16:18:53 2023
|
||||||
DO NOT EDIT MANUALLY!
|
DO NOT EDIT MANUALLY!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -368,7 +368,7 @@ static const MD5Table md5table[] = {
|
|||||||
{ "6df20c50c1ab19799de9be7ae7716881", "fbear", "HE 62", "Demo", 6203, Common::EN_ANY, Common::kPlatformMacintosh },
|
{ "6df20c50c1ab19799de9be7ae7716881", "fbear", "HE 62", "Demo", 6203, Common::EN_ANY, Common::kPlatformMacintosh },
|
||||||
{ "6e959d65358eedf9b68b81e304b97fa4", "tentacle", "", "CD", 7932, Common::DE_DEU, Common::kPlatformUnknown },
|
{ "6e959d65358eedf9b68b81e304b97fa4", "tentacle", "", "CD", 7932, Common::DE_DEU, Common::kPlatformUnknown },
|
||||||
{ "6ea966b4d660c870b9ee790d1fbfc535", "monkey2", "Amiga", "", -1, Common::ES_ESP, Common::kPlatformAmiga },
|
{ "6ea966b4d660c870b9ee790d1fbfc535", "monkey2", "Amiga", "", -1, Common::ES_ESP, Common::kPlatformAmiga },
|
||||||
{ "6f0be328c64d689bb606d22a389e1b0f", "loom", "No AdLib", "EGA", 5748, Common::EN_ANY, Common::kPlatformMacintosh },
|
{ "6f0be328c64d689bb606d22a389e1b0f", "loom", "Mac", "EGA", 5748, Common::EN_ANY, Common::kPlatformMacintosh },
|
||||||
{ "6f4d64ce1b44470536cae2eb6fe8aefd", "spyfox", "HE 100", "", 49742, Common::FR_FRA, Common::kPlatformWii },
|
{ "6f4d64ce1b44470536cae2eb6fe8aefd", "spyfox", "HE 100", "", 49742, Common::FR_FRA, Common::kPlatformWii },
|
||||||
{ "6f6ef668c608c7f534fea6e6d3878dde", "indy3", "EGA", "EGA", 5361, Common::DE_DEU, Common::kPlatformDOS },
|
{ "6f6ef668c608c7f534fea6e6d3878dde", "indy3", "EGA", "EGA", 5361, Common::DE_DEU, Common::kPlatformDOS },
|
||||||
{ "6f8a22bfa397be1f7ed4b74aba0e397e", "loom", "EGA", "EGA", 5748, Common::FR_FRA, Common::kPlatformDOS },
|
{ "6f8a22bfa397be1f7ed4b74aba0e397e", "loom", "EGA", "EGA", 5748, Common::FR_FRA, Common::kPlatformDOS },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user