Move cli in common out path
This commit is contained in:
committed by
Oliver Schmidt
parent
6e0bbb00ee
commit
e138403727
@@ -477,14 +477,13 @@ IntA:
|
|||||||
StoreFlag:
|
StoreFlag:
|
||||||
sta SER_FLAG
|
sta SER_FLAG
|
||||||
|
|
||||||
cli
|
|
||||||
|
|
||||||
ldy #$01 ; Mark port opened
|
ldy #$01 ; Mark port opened
|
||||||
lda #SER_ERR_OK
|
lda #SER_ERR_OK
|
||||||
|
|
||||||
SetupOut:
|
SetupOut:
|
||||||
ldx #$00 ; Promote char return value
|
ldx #$00 ; Promote char return value
|
||||||
sty Opened
|
sty Opened
|
||||||
|
cli
|
||||||
rts
|
rts
|
||||||
|
|
||||||
;----------------------------------------------------------------------------
|
;----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user