home *** CD-ROM | disk | FTP | other *** search
- /* video modes */
- #define BW40 0
- #define CO40 1
- #define BW80 2
- #define CO80 3
- #define LORES_4CO 4
- #define LORES_BW 5
- #define HIRES_2CO 6
- #define MONO 7
- #define PCJR_LORES 8
- #define PCJR_MIDRES 9
- #define PCJR_HIRES 10
- #define EGA_LORES_16CO 13
- #define EGA_HIRES_16CO 14
- #define EGA_HIRES_BW 15
- #define EGA_HIRES_64CO 16
-
- /* video card base addresses */
- #define EGA_CGA_ADDRESS 0xB8000000
- #define MDA_ADDRESS 0xB0000000
-