S3 New                      ;Board name, change to suit
VESA                        ;VESA compatible board
16                          ;64K banks, 8 if 512K, 32 if 2M, etc
0x1E                        ;Menu color, yellow/blue
; For any of the following, a semicolon in front of the line makes CVPIC ignore it
; You may have to modify BPL to suit your board's implementation
; VGA modes           X    Y  Color BPL MR GR PL B WinA WinB  Mode
1 1 0x13   0     0 0  320  200 256  320  0 64 1  0   1    0  ;1
1 1 0x4F02 0x101 0 0  640  480 256  640  0 64 1  0   1    0  ;2
1 1 0x4F02 0x103 0 0  800  600 256  800  0 64 1  0   1    0  ;3
1 1 0x4F02 0x105 0 0 1024  768 256 1024  0 64 1  0   1    0  ;4
;1 1 0x4F02 0x107 0 0 1280 1024 256 1280  0 64 1  0   1    0  ;Enable if 2M
; EGA modes (banks B = Y x BPL / 65536 rounded up)
0 0 0x10   0     0 0  640  350  16   80  0 64 4  1   1    0  ;11
0 1 0x12   0     0 0  640  480  16   80  0 64 4  1   1    0  ;12
0 1 0x4F02 0x102 0 0  800  600  16  100  0 64 4  1   1    0  ;13
0 1 0x4F02 0x104 0 0 1024  768  16  128  0 64 4  2   1    0  ;14
0 1 0x4F02 0x106 0 0 1280 1024  16  160  0 64 4  3   1    0  ;15
; 32K color modes-you may have to modify BPL
2 1 0x4F02 0x110 0 0  640  480   0 1280  0 64 1  0   1    0
;2 1 0x4F02 0x113 0 0  800  600   0 1600  0 64 1  0   1    0
;2 1 0x4F02 0x116 0 0 1024  768   0 2048  0 64 1  0   1    0
;2 1 0x4F02 0x119 0 0 1280 1024   0 2560  0 64 1  0   1    0
; 64K color modes-you may have to modify BPL
3 1 0x4F02 0x111 0 0  640  480   0 1280  0 64 1  0   1    0
3 1 0x4F02 0x114 0 0  800  600   0 1600  0 64 1  0   1    0
3 1 0x4F02 0x117 0 0 1024  768   0 2048  0 64 1  0   1    0  ;Del if 1M
;3 1 0x4F02 0x11A 0 0 1280 1024   0 2560  0 64 1  0   1    0
; 16M color modes-you may have to modify BPL and Color
4 1 0x4F02 0x112 0 0  640  480 321 2048  0 64 1  0   1    0
;4 1 0x4F02 0x115 0 0  800  600 321 2400  0 64 1  0   1    0
;4 1 0x4F02 0x118 0 0 1024  768 321 3072  0 64 1  0   1    0
;4 1 0x4F02 0x11B 0 0 1280 1024 321 3840  0 64 1  0   1    0
