From e3bc143f27caef2cdd761f43a2f2b2d9e4a87637 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Wed, 13 Sep 2023 08:18:31 +0200 Subject: [PATCH] Another two bytes saved --- libsrc/apple2/ser/a2.ssc.s | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libsrc/apple2/ser/a2.ssc.s b/libsrc/apple2/ser/a2.ssc.s index 13f903597..5b81128f9 100644 --- a/libsrc/apple2/ser/a2.ssc.s +++ b/libsrc/apple2/ser/a2.ssc.s @@ -330,8 +330,12 @@ SER_GET: beq :+ cmp #63 bcc :+ +.if (.cpu .bitand CPU_ISET_65C02) + stz Stopped +.else lda #$00 sta Stopped +.endif lda RtsOff ora #%00001000 sta ACIA_CMD,x