home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / GRAPHICS / WINDOWPR.ZIP / VIDMODES.H < prev    next >
Encoding:
Text File  |  1987-11-12  |  512 b   |  21 lines

  1. /* video modes */
  2. #define BW40                0
  3. #define CO40                1
  4. #define BW80                2
  5. #define CO80                3
  6. #define LORES_4CO            4
  7. #define LORES_BW            5
  8. #define HIRES_2CO            6
  9. #define MONO                7
  10. #define PCJR_LORES            8
  11. #define PCJR_MIDRES            9
  12. #define PCJR_HIRES            10
  13. #define EGA_LORES_16CO            13
  14. #define EGA_HIRES_16CO            14
  15. #define EGA_HIRES_BW            15
  16. #define EGA_HIRES_64CO            16
  17.  
  18. /* video card base addresses */
  19. #define EGA_CGA_ADDRESS        0xB8000000
  20. #define MDA_ADDRESS        0xB0000000
  21.