mirror of
https://github.com/cc65/cc65.git
synced 2025-04-09 10:39:40 +00:00
Merge pull request #676 from Fabrizio-Caruso/master
Fix joystick for the Supervision target
This commit is contained in:
commit
d002f6e5be
@ -77,5 +77,6 @@ COUNT:
|
||||
|
||||
READJOY:
|
||||
lda sv_control
|
||||
eor #$FF
|
||||
ldx #0
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user