Kernel 0.9.2

This commit is contained in:
Rémy GIBERT 2018-10-17 08:04:52 +02:00
parent 2fc2487211
commit 929e47b612
3 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -334,14 +334,15 @@ CORE.PSFree.A sta .1+1 Save PS ID
* X unmodified * X unmodified
*-------------------------------------- *--------------------------------------
CORE.GetPSByID tay CORE.GetPSByID tay
beq .1 beq .8
.1 jsr CORE.GetPS
jsr CORE.GetPS
bcs .9 bcs .9
lda PS.TABLE.hMem,y lda PS.TABLE.hMem,y
jmp K.GetMemPtr jmp K.GetMemPtr
>LDYAI CORE.S.PS0 Select PS0 .8 >LDYAI CORE.S.PS0 Select PS0
clc clc
.9 rts .9 rts
*-------------------------------------- *--------------------------------------