* use stosb instead of mov in DirectPutPixel16

git-svn-id: trunk@41007 -
This commit is contained in:
nickysn 2019-01-22 17:22:06 +00:00
parent 4336c4d793
commit b9a0b03e4b

View File

@ -1977,7 +1977,7 @@ End;
add di, [VideoOfs] { add correct page }
{ send the data through the display memory through set/reset }
mov al,es:[di]
mov es:[di],al
stosb
{ reset for formal vga operation }
mov ax,0ff08h