Removed redundant LDA
After the removal of the redundant AND in commit 704c8df04ffa3679f87fff019ad986fbd8801ca5 also the subsequent LDA became redundant.
This commit is contained in:
parent
7547c4c77c
commit
55444b8337
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ LFD68: stx DBNCCNT
|
||||||
jsr LFCCF ; Read keyboard column
|
jsr LFCCF ; Read keyboard column
|
||||||
sta KBDTMP
|
sta KBDTMP
|
||||||
tax
|
tax
|
||||||
lda KBDTMP
|
|
||||||
and #$06
|
and #$06
|
||||||
bne LFDA2
|
bne LFDA2
|
||||||
bit LASTSCAN
|
bit LASTSCAN
|
||||||
|
|
Loading…
Add table
Reference in a new issue