Added scanlines to 320x256 Mode-X in DOS port.

This commit is contained in:
stainless
2001-10-01 23:18:15 +00:00
parent 8a35567a5c
commit 3f052df156
5 changed files with 47 additions and 15 deletions

View File

@@ -1237,12 +1237,17 @@ GUIWinClicked:
%ifdef __MSDOS__
cmp byte[cvidmode],2
jne %%nomodeq
jmp %%refresh
%%nomodeq
cmp byte[cvidmode],5
jne %%nomodex
%%refresh
mov byte[cbitmode],1
call initvideo2
mov byte[cbitmode],0
call GUISetPal
%endif
%%nomodeq
%%nomodex
ret
%%noclick
%endmacro