Skip to content

Commit

Permalink
add a delay after reading joy release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Jul 3, 2018
1 parent 32dea67 commit 2d84409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boot.s
Expand Up @@ -59,6 +59,10 @@ SECTION "setup",ROM0[$150]
cp $f
jr nz,.wait_button_released

.delay
inc a
jr nz,.delay

jr .mainloop

.lcd_interrupt_handler
Expand Down

0 comments on commit 2d84409

Please sign in to comment.