;The following line is the text description of the video card
GENERIC VGA CARD
;
; The following table is information that is used by DosCapture.
;
; This is a description of how the table is organized.
;
; The FIRST column is MODE#. This is the video mode that the card is running
; in. Note that the MODE# is in hexadecimal.
;
; The SECOND column is TYPE. The type must be either 0 or 1. 0 means that the
; mode is a text mode. 1 means that the mode is a graphics mode.
;
; The THIRD column is HRES. In text mode this is the character width in pixels.
; IT MUST BE EITHER 8 or 9. If you set it to anything else, DosCapture will
; use 8. This field does not have to be filled in text mode unless you set
; the BPP field.
; In graphics mode this is the width of the screen in pixels.
;
; The FOURTH column is VRES. In text mode this is the character height in
; pixels. This field does not have to be filled in text mode unless you set
; the BPP field.
; In graphics mode this is the height of the screen in pixels.
;
; The FIFTH column is BPP. In graphics mode this is the number of bits per
; pixel of the mode. It must be either 4 or 8, a 4 means 16 colors. An 8 means
; 256 colors.
; In text mode this field is used to control DosCapture. It should normally be
; set to 0 (or left blank), but can be set to other values according to the 
; following list:
;   a 0 means operate normally, getting all information from your video card.
;   a 1 means override the video card's character size information and take
;       the information from this mode file.
;
;
;MODE#    TYPE    HRES    VRES   BPP
0,        0
1,        0
2,        0
3,        0
D,        1,      320,    200,    4
E,        1,      640,    200,    4
10,       1,      640,    350,    4
12,       1,      640,    480,    4
13,       1,      320,    200,    8
