1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 06:25:17 +00:00

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: READJOY:
lda sv_control lda sv_control
eor #$FF
ldx #0 ldx #0
rts rts