mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 13:29:23 +02:00
* moved the ES segment register initialization earlier in PutPixelX
git-svn-id: trunk@41040 -
This commit is contained in:
parent
933dd5b0cc
commit
6cc00c887f
@ -2631,6 +2631,7 @@ const CrtAddress: word = 0;
|
||||
jg @@Done
|
||||
|
||||
@@ClipDone:
|
||||
mov es, [SegA000]
|
||||
add di, [StartYViewPort]
|
||||
(* Multiply by 80 start *)
|
||||
mov cl, 4
|
||||
@ -2654,7 +2655,6 @@ const CrtAddress: word = 0;
|
||||
shl ah, cl ; (* Get Plane Select Value *)
|
||||
out dx, ax
|
||||
(* End selection of plane *)
|
||||
mov es,[SegA000]
|
||||
mov ax,[Color] ; { only lower byte is used. }
|
||||
mov es:[di], al
|
||||
@@Done:
|
||||
|
Loading…
Reference in New Issue
Block a user