]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/atari-stdjoy.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / atari / atari-stdjoy.s
index c0e6aa947d2ddfa655292db83dd437383003d305..53eff79fefa5975d9cd9f0f8c0eb0178c6a5654b 100644 (file)
@@ -64,8 +64,8 @@ JOY_COUNT     = 4             ; Number of joysticks we support
 ;
 
 INSTALL:
-       lda     #<JOY_ERR_OK
-       ldx     #>JOY_ERR_OK
+       lda     #JOY_ERR_OK
+       ldx     #0
 ;      rts                     ; Run into UNINSTALL instead
 
 ; ------------------------------------------------------------------------