Skip to content

Commit

Permalink
Fix for issue #9 to address joystick 2, just to allow test to succeed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlithyMatt committed Jun 2, 2020
1 parent df69f82 commit a3c71d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joystick.asm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ joystick_tick:
: stx joystick1_a
: lda #1
jsr JOYSTICK_GET
ldx #1
bit #JOY_RT
beq :+
stz joystick2_right
Expand Down

0 comments on commit a3c71d7

Please sign in to comment.