Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-10-22 08:23:40 +02:00
parent 133e594441
commit 5fd52a8588
3 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -49,7 +49,7 @@ CS.RUN >STZ.G P.GetInfo Sync
>STA.G P.GetInfo+1 >STA.G P.GetInfo+1
>LEA.G P.GetInfo >LEA.G P.GetInfo
>DEBUG
jsr A2osX.ATKCALL jsr A2osX.ATKCALL
bcc CS.RUN.ATKOK bcc CS.RUN.ATKOK

View File

@ -62,6 +62,7 @@ XDOS.MLI cld no decimal.
and #$03 valid calls are 0 and 1 and #$03 valid calls are 0 and 1
jsr XDOS.intmgr jsr XDOS.intmgr
bra exitmli bra exitmli
special jmp jspare P8 system death vector special jmp jspare P8 system death vector
goclock jsr clockv go read clock. goclock jsr clockv go read clock.
@ -99,11 +100,12 @@ exitmli stz bubit clear backup bit
jmp GP.MLIEXIT and return. jmp GP.MLIEXIT and return.
nodevice lda #MLI.E.NODEV no device connected. nodevice lda #MLI.E.NODEV no device connected.
.HS 2C BIT ABS jsr GP.P8errv
scnerr lda #MLI.E.BADCALL scnerr lda #MLI.E.BADCALL
.HS 2C BIT ABS .HS 2C BIT ABS
scperr lda #MLI.E.BADCNT scperr lda #MLI.E.BADCNT
jsr GP.P8errv jsr gosyserr
bra exitmli bra exitmli
*-------------------------------------- *--------------------------------------
* ProDOS Device Manager * ProDOS Device Manager