Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-10-13 08:24:57 +02:00
parent 8088be4a8f
commit da80a0ab54
2 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ NEW
* S.CB.SrcW : width in bitmap/mask
* S.CB.SrcH : height in bitmap/mask
* S.CB.SrcPtr : pointer to S.BM
* S.CB.SrcPtr+1 = 0, hMem in S.CB.SrcPtr
* S.CB.SrcPtr+1 = 0, Aux hMem in S.CB.SrcPtr
* S.CB.DstPtr : pointer to Save/restore Buffer
*--------------------------------------
BITBLT >LDYA CB.Cache+S.CB.X1
@ -30,6 +30,9 @@ BITBLT >LDYA CB.Cache+S.CB.X1
sbc #0
jsr LBUF.SetBounds2YA
lda CB.Cache+S.CB.SrcH
sta ZPTmpByte
*--------------------------------------
lda CB.Cache+S.CB.OP
bit #S.CB.OP.RESTORE
@ -75,7 +78,7 @@ BITBLT >LDYA CB.Cache+S.CB.X1
bcc .3
ply
cpy CB.Cache+S.CB.Y2
dec ZPTmpByte
bne .2
sta CLRREADAUX
@ -125,7 +128,7 @@ BITBLT.0 bit #S.CB.OP.SAVE
bcc .3
ply
cpy CB.Cache+S.CB.Y2
dec ZPTmpByte
bne .2
sta CLRWRITEAUX