Rev 346 | Rev 377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 346 | Rev 375 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | * Debugging and general purpose definitions |
22 | * Debugging and general purpose definitions |
23 | * ##########################################################################*/ |
23 | * ##########################################################################*/ |
24 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
24 | #define ALLCHARSDEBUG 0 // set to 1 and flash firmware to see all chars |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
26 | #ifndef WRITECHARS // if WRITECHARS not set via makefile |
27 | #define WRITECHARS -1 // set to 2XX 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 |
|
- | 29 | // currently in use: |
|
- | 30 | // 128, 136, 144, 152, 160, 168, 176, 184 |
|
28 | // enables the allchars as well to see results |
31 | // 200, 208, 216, 224, 232 |
Line 29... | Line 32... | ||
29 | #endif |
32 | #endif |
30 | 33 | ||
31 | #ifndef NTSC // if NTSC is not thet via makefile |
34 | #ifndef NTSC // if NTSC is not thet via makefile |