mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +00:00
Kernel 0.93+
This commit is contained in:
parent
7d37e7cfad
commit
09aff03dc7
Binary file not shown.
@ -91,18 +91,16 @@ DLG.Open >STYA ZPPTR2
|
||||
|
||||
.5 lda (ZPPTR1),y
|
||||
beq .8
|
||||
|
||||
|
||||
tay
|
||||
lda (ZPPTR1),y Ctrl Type
|
||||
|
||||
tax
|
||||
>DEBUG
|
||||
jsr .6
|
||||
bcs .9
|
||||
|
||||
inc TmpByte
|
||||
ldy TmpByte
|
||||
iny
|
||||
bra .5
|
||||
|
||||
.8 clc
|
||||
@ -119,11 +117,9 @@ DLG.DrawCtrls.L jsr DLG.DrawCtrls.GotoXY
|
||||
lda (ZPPTR1),y
|
||||
tay
|
||||
|
||||
lda (ZPPTR1),y
|
||||
inc
|
||||
inc
|
||||
inc
|
||||
tay
|
||||
iny
|
||||
iny
|
||||
iny
|
||||
|
||||
.1 lda (ZPPTR1),y
|
||||
beq .8
|
||||
@ -141,14 +137,16 @@ DLG.DrawCtrls.TB
|
||||
|
||||
ldy TmpByte
|
||||
lda (ZPPTR1),y
|
||||
|
||||
inc
|
||||
inc
|
||||
inc
|
||||
inc
|
||||
inc
|
||||
tay
|
||||
|
||||
iny
|
||||
iny
|
||||
iny
|
||||
iny
|
||||
iny
|
||||
|
||||
lda (ZPPTR1),y
|
||||
tay
|
||||
lda (pData),y
|
||||
|
||||
>SYSCALL getmemptr
|
||||
@ -156,7 +154,7 @@ DLG.DrawCtrls.TB
|
||||
|
||||
ldy #0
|
||||
|
||||
.1 lda (TmpLen),y
|
||||
.1 lda (ZPPTR2),y
|
||||
beq .8
|
||||
|
||||
jsr SCRN.ToLineBuf
|
||||
@ -269,6 +267,7 @@ DLG.VBarToLineBuf
|
||||
lda #'x'
|
||||
jsr SCRN.ToLineBuf
|
||||
lda #C.SI
|
||||
jmp SCRN.ToLineBuf
|
||||
*--------------------------------------
|
||||
MAN
|
||||
SAVE USR/SRC/BIN/EDIT.S.DLG
|
||||
|
@ -453,7 +453,7 @@ DLG.SAVE .DA #DLG.SAVE.LEN Size
|
||||
DLG.SAVE.1 .DA #S.DLG.Ctrl.LBL,#3,#2
|
||||
.AZ "Filename :"
|
||||
|
||||
DLG.SAVE.2 .DA #S.DLG.Ctrl.TB,4,#3,#3
|
||||
DLG.SAVE.2 .DA #S.DLG.Ctrl.TB,#4,#3
|
||||
.DA #0,#64,#hFileName CURPOS,MAXCHAR,hMem
|
||||
|
||||
DLG.SAVE.3 .DA #S.DLG.Ctrl.LBL,#3,#4
|
||||
|
Loading…
Reference in New Issue
Block a user