Fixed vertical interlaced high resolution mode in tile priority 1.

This commit is contained in:
zsknight
2001-05-25 23:00:27 +00:00
parent 79fad4c827
commit be3c96295a
2 changed files with 26 additions and 9 deletions

View File

@@ -797,6 +797,11 @@ NEWSYM newengine16b
mov byte[bgallchange+eax],1
.nosbgfb
test byte[interlval],40h
jz .nointrl
mov byte[bgallchange+eax],1
.nointrl
mov ebx,[mode7A]
mov [mode7ab+eax*4],ebx
mov ebx,[mode7C]
@@ -1294,7 +1299,7 @@ NEWSYM newengine16b
cmp byte[scanlines],0
jne .notinterl
test byte[interlval],1
test byte[interlval],01h
jz .notinterl
or byte[SpecialLine+eax],4
.notinterl