mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
- 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:
parent
a0924c9bbb
commit
5ca7382516
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user