KERNEL:temporary disabled BRK handler

This commit is contained in:
Rémy GIBERT 2016-04-07 08:14:30 +02:00
parent 64cf656ba5
commit 4610685d90
2 changed files with 5 additions and 4 deletions

View File

@ -23,8 +23,10 @@ S.IrqMgrInit php
>LDYAI S.IrqHandlerAuxLC
>STYA $FFFE
.2 >LDYAI $BE0C
>STYA $3F0
.2
* >LDYAI $BE0C
* >STYA $3F0
plp
clc

View File

@ -603,7 +603,7 @@ S.SelectProcessDev
* In : A = PID to free
*--------------------------------------
S.FreeProcessA jsr S.GetPSByIDA
bcs .9
bcs *
>STYA ZPQuickPtr1
ldy #S.PS.hARGS
lda (ZPQuickPtr1),y
@ -649,7 +649,6 @@ S.FreeProcessA jsr S.GetPSByIDA
sta (ZPQuickPtr1) Mark TSKSLOT as free
clc
rts
.9 bra *
*--------------------------------------
TSKMGR.SIZE .BS 1
TSKMGR.COUNT .BS 1