Kernel version 0.9 : BugFix in EDIT help screen & other

This commit is contained in:
Rémy GIBERT 2017-03-04 09:30:09 +01:00
parent 878d0d5268
commit 528af99550
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -57,6 +57,8 @@ Ctrl.A ldy #PromptMode
bcs .9 bcs .9
lda #13 lda #13
>SYSCALL PutCA >SYSCALL PutCA
lda #10
>SYSCALL PutCA
sec sec
lda (ZPPTR1) lda (ZPPTR1)

View File

@ -327,7 +327,7 @@ CharIn.Esc ldy #bEscMode
ldy #ScreenW ldy #ScreenW
sta (pData),y sta (pData),y
clc sec
rts rts
*-------------------------------------- *--------------------------------------
LoadFile >PUSHWI 0 Aux type LoadFile >PUSHWI 0 Aux type