Added a new video mode to the DOS port.

This commit is contained in:
stainless
2001-09-06 01:40:09 +00:00
parent 100c92912d
commit 7671377681
7 changed files with 266 additions and 86 deletions

View File

@@ -270,9 +270,9 @@ NEWSYM cachevideo
je .nohires
cmp byte[scanlines],1
je .nohires
cmp byte[cvidmode],6
cmp byte[cvidmode],7
je .yeshires
cmp byte[cvidmode],10
cmp byte[cvidmode],11
jne .nohires
.yeshires
mov byte[Mode7HiRes],1