mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Fix joystick for the Supervision target
This commit is contained in:
@@ -77,5 +77,6 @@ COUNT:
|
|||||||
|
|
||||||
READJOY:
|
READJOY:
|
||||||
lda sv_control
|
lda sv_control
|
||||||
|
eor #$FF
|
||||||
ldx #0
|
ldx #0
|
||||||
rts
|
rts
|
||||||
|
Reference in New Issue
Block a user