Skip to content

Commit

Permalink
lengthen timing loop
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Jun 8, 2020
1 parent 314dd77 commit 527ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/sprites/sprites.s
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jmp start

;Small delay loop between frames
.proc delay
ldx #$02
ldx #04
lda #$ff
ldy #$ff
loop:
Expand Down

0 comments on commit 527ca0d

Please sign in to comment.