- remove the XorPut support from PutPixelX, since it is not supposed to support different write modes

git-svn-id: trunk@41035 -
This commit is contained in:
nickysn 2019-01-24 15:23:13 +00:00
parent a0924c9bbb
commit 5ca7382516

View File

@ -2654,11 +2654,6 @@ const CrtAddress: word = 0;
(* End selection of plane *)
mov es,[SegA000]
mov ax,[Color] ; { only lower byte is used. }
cmp [CurrentWriteMode],XORPut { check write mode }
jne @MOVMode
mov ah,es:[di] { read the byte... }
xor al,ah { xor it and return value into AL }
@MovMode:
mov es:[di], al
pop di
pop es