]> git.sur5r.net Git - cc65/blobdiff - include/joystick.h
add SER_ERR_NOT_OPEN status code
[cc65] / include / joystick.h
index 2e6a3fefe0073db47fc11807d733da8c520611bf..18b552f08f81818e142148678a797640857f3845 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                               joystick.h                                 */
+/*                                joystick.h                                 */
 /*                                                                           */
-/*              Read the joystick on systems that support it                */
+/*               Read the joystick on systems that support it                */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -52,8 +52,8 @@
 #define JOY_ERR_NO_DEVICE       4       /* Device (hardware) not found */
 
 /* Argument for the joy_read function */
-#define JOY_1          0
-#define JOY_2          1
+#define JOY_1           0
+#define JOY_2           1
 
 /* The following codes are *indices* into the joy_masks array */
 #define JOY_UP          0
@@ -83,7 +83,7 @@ extern const void joy_static_stddrv[];
 
 
 /*****************************************************************************/
-/*                                Functions                                 */
+/*                                 Functions                                 */
 /*****************************************************************************/