]> git.sur5r.net Git - cc65/commitdiff
New API
authorStefan <stefan.haubenthal@gmail.com>
Tue, 21 Nov 2017 09:33:48 +0000 (10:33 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2017 09:33:48 +0000 (10:33 +0100)
libsrc/supervision/joy/supervision-stdjoy.s

index 2d89aa6cbee40bf8059f7c45ef24970f85732491..f6a3257409d799a1552c1777c73e3c7ccfa22534 100644 (file)
 
         .addr   $0000
 
-; Button state masks (8 values)
-
-        .byte   $08                     ; JOY_UP
-        .byte   $04                     ; JOY_DOWN
-        .byte   $02                     ; JOY_LEFT
-        .byte   $01                     ; JOY_RIGHT
-        .byte   $20                     ; JOY_FIRE_A
-        .byte   $10                     ; JOY_FIRE_B
-        .byte   $40                     ; JOY_SELECT
-        .byte   $80                     ; JOY_START
-
 ; Jump table.
 
         .addr   INSTALL