Added full screen to 320x480 video modes in the DOS port.

This commit is contained in:
stainless
2001-11-04 05:27:31 +00:00
parent b55acfcc5f
commit d2b6c737e1
6 changed files with 83 additions and 139 deletions

View File

@@ -1714,12 +1714,7 @@ DisplayGUIVideo:
xor eax,eax
mov al,[cvidmode]
cmp byte[GUIFSVID+eax],0
je near .notext5
cmp byte[GUIWSVID+eax],0
je .fs
GUIOuttextwin2u 5,26,93,GUIVideoText5b,1
jmp .notext5
.fs
je .notext5
GUIOuttextwin2u 5,26,93,GUIVideoText5,1
.notext5
xor eax,eax
@@ -1815,12 +1810,7 @@ DisplayGUIVideo:
xor eax,eax
mov al,[cvidmode]
cmp byte[GUIFSVID+eax],0
je near .notext5b
cmp byte[GUIWSVID+eax],0
je .fs2
GUIOuttextwin2 5,25,92,GUIVideoText5b
jmp .notext5b
.fs2
je .notext5b
GUIOuttextwin2 5,25,92,GUIVideoText5
.notext5b
xor eax,eax
@@ -2136,7 +2126,6 @@ GUIVideoTextbf db 'BILINEAR FILTER',0
GUIVideoText3 db 'INTERPOLATION',0 ; -y
GUIVideoText4 db 'EAGLE ENGINE',0 ; -y
GUIVideoText5 db 'FULL SCREEN',0 ; -c
GUIVideoText5b db 'WIDE SCREEN',0 ; -c
GUIVideoText6 db 'SMALL SCREEN',0 ; -c
GUIVideoText7 db 'TRIPLE BUFFERING',0 ; -c
GUIVideoText8b db 'HI-RESOLUTION MODE7',0 ; -c