From b65084b459bd3116b18fe1776d421461f31e9480 Mon Sep 17 00:00:00 2001 From: Fabrizio Caruso Date: Sun, 3 Apr 2022 15:28:37 +0200 Subject: [PATCH] Use lsr --- libsrc/gamate/cputc.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/gamate/cputc.s b/libsrc/gamate/cputc.s index 7f407ea00..b972535c5 100644 --- a/libsrc/gamate/cputc.s +++ b/libsrc/gamate/cputc.s @@ -97,8 +97,8 @@ putchar: ldy #$F8 lda CHARCOLOR - and #1 - beq @delete1 + lsr + bcc @delete1 @copylp1: lda (ptr3),y