mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-29 02:49:54 +00:00
Kernel 0.93+
This commit is contained in:
parent
890eba262b
commit
ce645607b9
Binary file not shown.
@ -224,8 +224,7 @@ DLG.CTRL.Draw.LBL
|
|||||||
iny
|
iny
|
||||||
bra .1
|
bra .1
|
||||||
|
|
||||||
.8 jsr SCRN.LineBufOut
|
.8 jmp SCRN.LineBufOut
|
||||||
* >DEBUG
|
|
||||||
|
|
||||||
.9 rts
|
.9 rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
@ -297,7 +296,7 @@ DLG.CTRL.Draw.TB
|
|||||||
.9 rts
|
.9 rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
DLG.CTRL.Draw.OL
|
DLG.CTRL.Draw.OL
|
||||||
jsr SCRN.LineBufInitDlg
|
jsr SCRN.LineBufInitLbl
|
||||||
|
|
||||||
jsr DLG.CTRL.GotoOrg
|
jsr DLG.CTRL.GotoOrg
|
||||||
bcs .9
|
bcs .9
|
||||||
@ -340,7 +339,9 @@ DLG.CTRL.Draw.OL
|
|||||||
.4 lda #C.SPACE
|
.4 lda #C.SPACE
|
||||||
jsr SCRN.ToLineBuf
|
jsr SCRN.ToLineBuf
|
||||||
|
|
||||||
.8 jmp SCRN.LineBufOut
|
.8 jsr SCRN.LineBufOut
|
||||||
|
* >DEBUG
|
||||||
|
|
||||||
.9 rts
|
.9 rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
DLG.CTRL.Draw.BUT
|
DLG.CTRL.Draw.BUT
|
||||||
@ -461,7 +462,7 @@ DLG.CTRL.Focus.TB
|
|||||||
jmp SCRN.GotoXY
|
jmp SCRN.GotoXY
|
||||||
|
|
||||||
DLG.CTRL.Focus.OL
|
DLG.CTRL.Focus.OL
|
||||||
jsr SCRN.LineBufInitNorm
|
jsr SCRN.LineBufInitLbl
|
||||||
|
|
||||||
jsr DLG.CTRL.GotoOrg
|
jsr DLG.CTRL.GotoOrg
|
||||||
|
|
||||||
@ -489,6 +490,9 @@ DLG.CTRL.Focus.OL
|
|||||||
lda #']'
|
lda #']'
|
||||||
.4 jsr SCRN.ToLineBuf
|
.4 jsr SCRN.ToLineBuf
|
||||||
|
|
||||||
|
lda #C.BS
|
||||||
|
jsr SCRN.ToLineBuf
|
||||||
|
jsr SCRN.ToLineBuf
|
||||||
jmp SCRN.LineBufOut
|
jmp SCRN.LineBufOut
|
||||||
|
|
||||||
DLG.CTRL.Focus.BUT
|
DLG.CTRL.Focus.BUT
|
||||||
@ -638,6 +642,7 @@ DLG.CTRL.GetWitdh.TB
|
|||||||
iny
|
iny
|
||||||
iny
|
iny
|
||||||
lda (ZPPTR1),y
|
lda (ZPPTR1),y
|
||||||
|
inc
|
||||||
rts
|
rts
|
||||||
|
|
||||||
DLG.CTRL.GetWitdh.OL
|
DLG.CTRL.GetWitdh.OL
|
||||||
|
@ -605,7 +605,7 @@ SCRN.LineBufSprintf
|
|||||||
.9 rts
|
.9 rts
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
SCRN.LineBufOut lda #0
|
SCRN.LineBufOut lda #0
|
||||||
jsr SCRN.ToLineBuf
|
sta (LineBufPtr)
|
||||||
|
|
||||||
>PUSHBI 0
|
>PUSHBI 0
|
||||||
>LDYA.G LineBufBase
|
>LDYA.G LineBufBase
|
||||||
|
Loading…
Reference in New Issue
Block a user