mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-19 07:30:41 +00:00
EDIT:Fixed CR/LF save
This commit is contained in:
parent
82546dfd9b
commit
cb628265b7
Binary file not shown.
@ -182,7 +182,6 @@ DLG.CTRL.DrawAll
|
||||
beq .8
|
||||
|
||||
phy
|
||||
tya
|
||||
jsr DLG.CTRL.Draw
|
||||
ply
|
||||
bcs .9
|
||||
@ -196,8 +195,8 @@ DLG.CTRL.DrawAll
|
||||
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
DLG.CTRL.Draw sta TmpByte A=CtrlID
|
||||
tay
|
||||
DLG.CTRL.Draw sty TmpByte Y=CtrlID
|
||||
|
||||
lda (ZPPTR1),y Ctrl Definition
|
||||
tay
|
||||
lda (ZPPTR1),y Ctrl Type
|
||||
|
@ -243,10 +243,10 @@ FILE.Save.CRLF sec
|
||||
bit TmpIndex+1
|
||||
bpl .3
|
||||
|
||||
iny
|
||||
|
||||
lda #C.LF
|
||||
sta (LineBufPtr),y
|
||||
|
||||
iny
|
||||
|
||||
.3 tya
|
||||
beq .8
|
||||
|
Loading…
x
Reference in New Issue
Block a user