1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-20 17:20:49 +00:00

optimisation scandisplay

This commit is contained in:
polluks2
2023-09-15 10:35:36 +02:00
committed by GitHub
parent aa5ee8423a
commit 2e9843b32d
+1 -2
View File
@@ -15,7 +15,6 @@
sta $FA ; Middle display data
jsr popa
sta $FB ; Leftmost display data
jsr SCANDS
rts
jmp SCANDS
.endproc