Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-11-21 08:01:46 +01:00
parent 7d37e7cfad
commit 09aff03dc7
3 changed files with 15 additions and 16 deletions

Binary file not shown.

View File

@ -92,17 +92,15 @@ DLG.Open >STYA ZPPTR2
.5 lda (ZPPTR1),y .5 lda (ZPPTR1),y
beq .8 beq .8
tay tay
lda (ZPPTR1),y Ctrl Type lda (ZPPTR1),y Ctrl Type
tax tax
>DEBUG
jsr .6 jsr .6
bcs .9 bcs .9
inc TmpByte
ldy TmpByte ldy TmpByte
iny
bra .5 bra .5
.8 clc .8 clc
@ -119,11 +117,9 @@ DLG.DrawCtrls.L jsr DLG.DrawCtrls.GotoXY
lda (ZPPTR1),y lda (ZPPTR1),y
tay tay
lda (ZPPTR1),y iny
inc iny
inc iny
inc
tay
.1 lda (ZPPTR1),y .1 lda (ZPPTR1),y
beq .8 beq .8
@ -141,14 +137,16 @@ DLG.DrawCtrls.TB
ldy TmpByte ldy TmpByte
lda (ZPPTR1),y lda (ZPPTR1),y
inc
inc
inc
inc
inc
tay tay
iny
iny
iny
iny
iny
lda (ZPPTR1),y
tay
lda (pData),y lda (pData),y
>SYSCALL getmemptr >SYSCALL getmemptr
@ -156,7 +154,7 @@ DLG.DrawCtrls.TB
ldy #0 ldy #0
.1 lda (TmpLen),y .1 lda (ZPPTR2),y
beq .8 beq .8
jsr SCRN.ToLineBuf jsr SCRN.ToLineBuf
@ -269,6 +267,7 @@ DLG.VBarToLineBuf
lda #'x' lda #'x'
jsr SCRN.ToLineBuf jsr SCRN.ToLineBuf
lda #C.SI lda #C.SI
jmp SCRN.ToLineBuf
*-------------------------------------- *--------------------------------------
MAN MAN
SAVE USR/SRC/BIN/EDIT.S.DLG SAVE USR/SRC/BIN/EDIT.S.DLG

View File

@ -453,7 +453,7 @@ DLG.SAVE .DA #DLG.SAVE.LEN Size
DLG.SAVE.1 .DA #S.DLG.Ctrl.LBL,#3,#2 DLG.SAVE.1 .DA #S.DLG.Ctrl.LBL,#3,#2
.AZ "Filename :" .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 .DA #0,#64,#hFileName CURPOS,MAXCHAR,hMem
DLG.SAVE.3 .DA #S.DLG.Ctrl.LBL,#3,#4 DLG.SAVE.3 .DA #S.DLG.Ctrl.LBL,#3,#4