1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-18 11:29:45 +00:00
This commit is contained in:
xlar54 2024-06-13 21:29:37 -05:00
parent b7f4c17460
commit 0837f9c25f

View File

@ -402,7 +402,6 @@ SETPIXEL:
; Set the bit in the byte at VERA_DATA0
lda VERA::DATA0 ; Load the byte at memory address
ora bitMasks1,X ; OR with the bit mask
;lda 0
sta VERA::DATA0 ; Store back the modified byte
rts