mirror of
https://github.com/A2osX/A2osX.git
synced 2024-12-28 10:29:49 +00:00
#5*BugFix:crash when SYS.CoutA cannot send char
This commit is contained in:
parent
836ab820af
commit
09cd40820d
@ -100,11 +100,11 @@ S.COutA phx
|
||||
bne .1
|
||||
ldx #DEVMGR.COUT
|
||||
jsr pDevJmp
|
||||
bcs S.COutA.RTS
|
||||
bcs .2
|
||||
lda #10
|
||||
.1 ldx #DEVMGR.COUT
|
||||
jsr pDevJmp
|
||||
ply
|
||||
.2 ply
|
||||
plx
|
||||
S.COutA.RTS rts
|
||||
*--------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user