Fix joystick for the Supervision target

This commit is contained in:
Fabrizio Caruso 2018-06-06 21:11:17 +02:00
parent f8bd96868b
commit e626180b28

View file

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