From 0b66b0c1ef6fc5c75052817c5602f95104b64448 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Thu, 12 Oct 2023 08:56:50 +0200 Subject: [PATCH] Move cli in common out path --- libsrc/apple2/ser/a2.gs.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libsrc/apple2/ser/a2.gs.s b/libsrc/apple2/ser/a2.gs.s index 540bc2705..7f6bc824d 100644 --- a/libsrc/apple2/ser/a2.gs.s +++ b/libsrc/apple2/ser/a2.gs.s @@ -477,14 +477,13 @@ IntA: StoreFlag: sta SER_FLAG - cli - ldy #$01 ; Mark port opened lda #SER_ERR_OK SetupOut: ldx #$00 ; Promote char return value sty Opened + cli rts ;----------------------------------------------------------------------------