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

View File

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