VESA                        ;Board name, change to suit
VESA                        ;VESA compatible board
16                          ;64K banks, 16 if 1M
0x1E                        ;Menu color, yellow/blue
; A semicolon in front of a line makes CVPIC ignore it.
; You may have to modify GR to suit your board's implementation.
; The following is for the Cirrus GD54 series chips.
; Run 'vpic /v' to use this config file info.
; VGA modes           X    Y  Color GR   Mode
1 1 0x13   0     0 0  320  200 256   4  ;1
1 1 0x4F02 0x100 0 0  640  400 256   4  ;2
1 1 0x4F02 0x101 0 0  640  480 256   4  ;4
1 1 0x4F02 0x103 0 0  800  600 256   4  ;5
1 1 0x4F02 0x105 0 0 1024  768 256   4  ;6
;1 1 0x4F02 0x107 0 0 1280 1024 256   4  ;7
; EGA modes
0 0 0x10   0     0 0  640  350  16   4  ;11
0 1 0x12   0     0 0  640  480  16   4  ;12
0 1 0x4F02 0x102 0 0  800  600  16   4  ;13
0 1 0x4F02 0x104 0 0 1024  768  16   4  ;14
;0 1 0x4F02 0x106 0 0 1280 1024  16   4  ;14
; 32K color modes-remove semicolon if you have a mode.
; You can't have more than 10 hi-color modes.
;2 1 0x4F02 0x110 0 0  640  480   0   4
;2 1 0x4F02 0x113 0 0  800  600   0   4
;2 1 0x4F02 0x116 0 0 1024  768   0   4
;2 1 0x4F02 0x119 0 0 1280 1024   0   4
; 64K color modes-remove semicolon if you have
;3 1 0x4F02 0x111 0 0  640  480   0   4
;3 1 0x4F02 0x114 0 0  800  600   0   4
;3 1 0x4F02 0x117 0 0 1024  768   0   4
;3 1 0x4F02 0x11A 0 0 1280 1024   0   4
; 16M color modes-you may have to modify Color for your board
;4 1 0x4F02 0x112 0 0  640  480 321   4
;4 1 0x4F02 0x115 0 0  800  600 321   4
;4 1 0x4F02 0x118 0 0 1024  768 321   4
;4 1 0x4F02 0x11B 0 0 1280 1024 321   4
