Rev 377 | Rev 383 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 377 | Rev 379 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
27 | #define WRITECHARS -1 // set to XXX and flash firmware to write new char |
27 | #define WRITECHARS -1 // set to XXX and flash firmware to write new char |
28 | // enables the allchars as well to see results |
28 | // enables the allchars as well to see results |
29 | // currently in use: |
29 | // currently in use: |
30 | // 128, 136, 144, 152, 160, 168, 176, 184 |
30 | // 128, 136, 144, 152, 160, 168, 176, 184 |
31 | // 200, 208, 216, 224, 232 |
31 | // 192, 200, 208, 216, 224, 232 |
32 | #endif |
32 | #endif |
Line 33... | Line 33... | ||
33 | 33 | ||
34 | #ifndef NTSC // if NTSC is not thet via makefile |
34 | #ifndef NTSC // if NTSC is not thet via makefile |
35 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |
35 | #define NTSC 0 // set to 1 for NTSC mode + lifts the bottom line |