1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Merge pull request #676 from Fabrizio-Caruso/master

Fix joystick for the Supervision target
This commit is contained in:
Oliver Schmidt 2018-06-06 21:37:13 +02:00 committed by GitHub
commit d002f6e5be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,5 +77,6 @@ COUNT:
READJOY:
lda sv_control
eor #$FF
ldx #0
rts