home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / UTILITYS / XWP11SRC.ARC / OXEGE.H < prev    next >
Text File  |  1990-07-21  |  896b  |  52 lines

  1. /*    OXEGE.H
  2. **
  3. **    Definitions for OXEGE.
  4. */
  5.  
  6. #define    ESC    27
  7. #define FF    12
  8.  
  9. #define CREADY    1
  10. #define AREADY    255
  11.  
  12. #define ATTDIM    0
  13. #define    ATTBRT    128
  14. #define ATTUND    64
  15. #define ATTBLK    32
  16. #define    ATTALT    16
  17. #define ATTINV    128
  18. #define INVATT    1
  19.  
  20. #define    OUTDIM    117
  21. #define OUTBLK    109
  22. #define BLOCK    125
  23. #define BLANK    32
  24.  
  25. #define FILL4    127            /* Full block for fill    */
  26. #define FILL3    (125 | ATTINV)        /* 3/4  block for fill  */
  27. #define FILL2   126            /* 1/2  block for fill    */
  28. #define FILL1   125            /* 1/4  block for fill  */
  29.  
  30. #define    DATELOC        63732
  31. #define HOURLOC        63734
  32. #define    MINUTELOC    63735
  33. #define    SECONDLOC    63736
  34.  
  35. #define VIDEO_RAM    49152
  36. #define VIDEO_ATT    53248
  37.  
  38. #define    SMALL                /* for compilation with Small-C */
  39.  
  40. #ifdef    SMALL
  41. #define    DOS    Ubdos
  42. #else
  43. #define    DOS    _bdos
  44. #define    CR    13
  45. #define    LF    10
  46. #endif
  47.  
  48.  
  49. lation with Small-C */
  50.  
  51. #ifdef    SMALL
  52. #defi