#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

View File

@ -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
*--------------------------------------