Rev 339 | Rev 346 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 339 | Rev 344 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | #define WRITECHARS -1 // set to 2XX and flash firmware to write new char |
45 | #define WRITECHARS -1 // set to 2XX and flash firmware to write new char |
46 | // enables the allchars as well to see results |
46 | // enables the allchars as well to see results |
47 | #endif |
47 | #endif |
Line 48... | Line 48... | ||
48 | 48 | ||
49 | #ifndef NTSC // if NTSC is not thet via makefile |
49 | #ifndef NTSC // if NTSC is not thet via makefile |
50 | #define NTSC 1 // set to 1 for NTSC mode + lifts the bottom line |
50 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
Line 51... | Line 51... | ||
51 | #endif |
51 | #endif |
52 | 52 | ||
53 | #define HUD 1 // set to 0 to disable HUD by default |
53 | #define HUD 1 // set to 0 to disable HUD by default |