mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
Fix joystick for the Supervision target
This commit is contained in:
parent
f8bd96868b
commit
e626180b28
@ -77,5 +77,6 @@ COUNT:
|
||||
|
||||
READJOY:
|
||||
lda sv_control
|
||||
eor #$FF
|
||||
ldx #0
|
||||
rts
|
||||
|
Loading…
Reference in New Issue
Block a user