Blob Blame History Raw
From 55444b8337bf163970f62ad1aa3f917a6f0719ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20M=C3=BChlstrasser?= <stephan.muehlstrasser@web.de>
Date: Tue, 17 Sep 2019 20:23:36 +0200
Subject: [PATCH 074/170] Removed redundant LDA

After the removal of the redundant AND in commit
704c8df04ffa3679f87fff019ad986fbd8801ca5 also the
subsequent LDA became redundant.
---
 libsrc/osic1p/kbhit.s | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libsrc/osic1p/kbhit.s b/libsrc/osic1p/kbhit.s
index 122a81c6..8744baf6 100644
--- a/libsrc/osic1p/kbhit.s
+++ b/libsrc/osic1p/kbhit.s
@@ -107,7 +107,6 @@ LFD68:  stx     DBNCCNT
         jsr     LFCCF           ; Read keyboard column
         sta     KBDTMP
         tax
-        lda     KBDTMP
         and     #$06
         bne     LFDA2
         bit     LASTSCAN
-- 
2.26.0