Fix 32bpp description in SF65

git-svn-id: svn://kolibrios.org@6402 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
ashmew2 2016-04-17 16:25:56 +00:00
parent 47b8ff4666
commit e4f7770378
1 changed files with 2 additions and 1 deletions

View File

@ -2945,7 +2945,8 @@ Remarks:
* Format of image with 24 bits per pixel: the color of each pixel
is coded as 3 bytes - sequentially blue, green, red components.
* Format of image with 32 bits per pixel: similar to 24, but
one additional ignored byte is present.
one additional ignored byte is present. It's format is BGRX,
where X is the ignored byte.
* The call to function 7 is equivalent to call to this function
with esi=24, ebp=0.