Fixed scanlines toggle for 256x256 in DOS port.
This commit is contained in:
@@ -1235,7 +1235,7 @@ GUIWinClicked:
|
||||
; cmp byte[OSPort],2
|
||||
; jae %%nomodeq
|
||||
%ifdef __MSDOS__
|
||||
cmp byte[cvidmode],1
|
||||
cmp byte[cvidmode],2
|
||||
jne %%nomodeq
|
||||
mov byte[cbitmode],1
|
||||
call initvideo2
|
||||
|
||||
Reference in New Issue
Block a user