]> git.sur5r.net Git - cc65/blobdiff - asminc/joy-kernel.inc
Use Timer2 for mouse polling.
[cc65] / asminc / joy-kernel.inc
index 4fe5572cf0b843c9d4a6e05bd63db59216bd3004..ef729fe3c351fed314487f8e6859d91a088d4b29 100644 (file)
         ID      .byte   3       ; $6A, $6F, $79 ("joy")
         VERSION .byte   1       ; Interface version
         LIBREF  .addr           ; Library reference
-        MASKS   .byte   8       ; Joystick state mask array
         JUMPTAB .struct
             INSTALL     .addr   ; INSTALL routine
             UNINSTALL   .addr   ; UNINSTALL routine
             COUNT       .addr   ; COUNT routine
             READ        .addr   ; READ routine
-            IRQ         .addr   ; IRQ routine
         .endstruct
 .endstruct
 
 ;------------------------------------------------------------------------------
 ; The JOY API version, stored in JOY_HDR::VERSION
 
-JOY_API_VERSION         = $03
+JOY_API_VERSION         = $05
 
 ;------------------------------------------------------------------------------
 ; Variables