mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
nes: Fix reading the second controller
See http://wiki.nesdev.com/w/index.php/Controller_port_registers
This commit is contained in:
@@ -95,9 +95,9 @@ READJOY:
|
|||||||
tay ; Joystick number (0,1) into Y
|
tay ; Joystick number (0,1) into Y
|
||||||
|
|
||||||
lda #1
|
lda #1
|
||||||
sta APU_PAD1,y
|
sta APU_PAD1
|
||||||
lda #0
|
lda #0
|
||||||
sta APU_PAD1,y
|
sta APU_PAD1
|
||||||
|
|
||||||
; Read joystick
|
; Read joystick
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user