/***************************************************************************** * Change Log * Date | Change *-----------+----------------------------------------------------------------- * 25-Feb-86 | [1.374] Created *****************************************************************************/ /* Colors used by the address and data register displays */ #define digit_off BLACK #define digit_on LTRED #define legend_fore WHITE #define legend_back BLACK #define control_fore LTBLUE #define control_back BLACK #define BLACK ((attrib)0) #define BLUE ((attrib)1) #define GREEN ((attrib)2) #define CYAN ((attrib)3) #define RED ((attrib)4) #define MAGENTA ((attrib)5) #define BROWN ((attrib)6) #define WHITE ((attrib)7) #define GRAY ((attrib)8) #define LTBLUE ((attrib)9) #define LTGREEN ((attrib)10) #define LTCYAN ((attrib)11) #define LTRED ((attrib)12) #define LTMAGENTA ((attrib)13) #define YELLOW ((attrib)14) #define BRIGHT ((attrib)15)