]> git.sur5r.net Git - cc65/blobdiff - include/joystick/joy-kernel.h
Removed joy_masks array.
[cc65] / include / joystick / joy-kernel.h
index bb571de3d9b7ecdc06c1b1af6fdb23ad84f0c958..cec2633ab8279dca8a38cef1273c7de3f42fe948 100644 (file)
@@ -52,9 +52,7 @@ typedef struct {
     /* Driver header */
     char                id[3];          /* Contains 0x6a, 0x6f, 0x79 ("joy") */
     unsigned char       version;        /* Interface version */
-
-    /* Bitmasks for the joystick states. See joystick.h for indices */
-    unsigned char       masks[8];
+    void*                               /* Library reference */
 
     /* Jump vectors. Note that these are not C callable */
     void*               install;        /* INSTALL routine */
@@ -85,6 +83,3 @@ void joy_clear_ptr (void);
 
 /* End of joy-kernel.h */
 #endif
-
-
-