Skip to content

Commit

Permalink
Fix bulkCopyToPpu offset for copyToPpu
Browse files Browse the repository at this point in the history
The wrong offset was introduced in a8d6994
  • Loading branch information
ejona86 committed Jan 26, 2024
1 parent 295d6dc commit 685d63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screens.s
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ my_bulkCopyToPpu:
sta tmp1
lda palettes+1,x
sta tmp2
jsr bulkCopyToPpu+2
jsr bulkCopyToPpu+3
rts

screens = 10
Expand Down
2 changes: 1 addition & 1 deletion taus.s
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ renderStats:
sta tmp2
lda copyToPpuDuringRenderAddr
sta tmp1
jsr bulkCopyToPpu+2
jsr bulkCopyToPpu+3
lda #$00
sta copyToPpuDuringRenderAddr
sta copyToPpuDuringRenderAddr+1
Expand Down

0 comments on commit 685d63c

Please sign in to comment.