]> git.sur5r.net Git - cc65/commitdiff
Removed 'fire'.
authorOliver Schmidt <ol.sc@web.de>
Fri, 28 Jul 2017 17:19:11 +0000 (19:19 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 17:19:11 +0000 (19:19 +0200)
include/joystick.h

index f08dd432aa6614facb8f235e0dd090fe3dff7d9a..27c4af81a6a96a42b2544c6cb42ba53cf8cf1774 100644 (file)
@@ -61,9 +61,9 @@
 #define JOY_LEFT_IDX            2
 #define JOY_RIGHT_IDX           3
 #define JOY_BTN_1_IDX           4       /* Universally available */
-#define JOY_BTN_2_IDX           5       /* Second fire button if available */
-#define JOY_BTN_3_IDX           6       /* Third fire button if available  */
-#define JOY_BTN_4_IDX           7       /* Fourth fire button if available */
+#define JOY_BTN_2_IDX           5       /* Second button if available */
+#define JOY_BTN_3_IDX           6       /* Third button if available  */
+#define JOY_BTN_4_IDX           7       /* Fourth button if available */
 
 /* Array of masks used to check the return value of joy_read for a state */
 extern const unsigned char joy_masks[8];