Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-09-14 08:19:27 +02:00
parent e87cb9907b
commit 7a6aa87326
5 changed files with 4 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -12,8 +12,8 @@ DrawToYA jsr OBJ.Get
>LDYA ZPCBPtr
jsr CB.Get
jsr CLIP.CB.Cache
bcs .7
* jsr CLIP.CB.Cache
* bcs .7
ldx CB.Cache+S.CB.CMD
cpx #S.CB.CMD.DRAWLINE

View File

@ -356,8 +356,8 @@ WND.PaintTopBar lda #S.CB.CMD.FILLRECT
jsr WND.PaintTopBarBMAtAX
jsr WND.PaintTopBarTitle
bcs .9
* jsr WND.PaintTopBarTitle
* bcs .9
clc
@ -431,7 +431,6 @@ WND.PaintTopBarBMAtAX
lda #0 S.CB.DstPtr
jsr PutCBBuf
>DEBUG
jsr PutCBBuf
rts