Skip to content

Commit

Permalink
Fix mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
AleFunky committed Dec 21, 2024
1 parent 04de2e8 commit 1e37fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LIB/asm/neslib.s
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ nmi:
LDA #>OAM_BUF
STA PPU_OAM_DMA
sta noMouse ; it checks for non zero, not just 1
lda #$0
sta <(mouse + kMouseButtons)
lda <joypad1
sta TEMP + 4
jsr _pad_poll
Expand Down

0 comments on commit 1e37fbb

Please sign in to comment.