more v1 load directory ...
svn-id: r8274
This commit is contained in:
parent
0bf6779189
commit
6dbd36d668
3 changed files with 43 additions and 11 deletions
|
@ -61,8 +61,10 @@ extern uint16 _debugLevel;
|
|||
|
||||
static const VersionSettings scumm_settings[] = {
|
||||
/* Scumm Version 1 */
|
||||
// {"maniac64", "Maniac Mansion (C64)", GID_MANIAC64, 1, 0, 0,},
|
||||
// {"zak64", "Zak McKracken and the Alien Mindbenders (C64)", GID_ZAK64, 1, 0, 0,},
|
||||
{"maniac64", "Maniac Mansion (C64)", GID_MANIAC64, 1, 0, 0,
|
||||
GF_AFTER_V1 | GF_AFTER_V2 | GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_16COLOR | GF_OLD_BUNDLE | GF_NO_SCALLING, "00.LFL"},
|
||||
{"zak64", "Zak McKracken and the Alien Mindbenders (C64)", GID_ZAK64, 1, 0, 0,
|
||||
GF_AFTER_V1 | GF_AFTER_V2 | GF_SMALL_HEADER | GF_USE_KEY | GF_SMALL_NAMES | GF_16COLOR | GF_OLD_BUNDLE | GF_NO_SCALLING, "00.LFL"},
|
||||
|
||||
/* Scumm Version 2 */
|
||||
{"maniac", "Maniac Mansion", GID_MANIAC, 2, 0, 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue