1
0
mirror of https://github.com/A2osX/A2osX.git synced 2025-03-31 08:29:41 +00:00

#5*BugFix:crash when SYS.CoutA cannot send char

This commit is contained in:
Rémy GIBERT 2015-12-10 21:15:55 +01:00
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
*--------------------------------------