]> git.sur5r.net Git - cc65/blobdiff - libsrc/nes/joy/nes-stdjoy.s
Removed joy_masks array.
[cc65] / libsrc / nes / joy / nes-stdjoy.s
index b5e653c162e01ee39c05c0265a950d063efad395..3032e9330083bc5f10b43fc0f9781b0ddff5eac0 100644 (file)
 
         .addr   $0000
 
-; Button state masks (8 values)
-
-        .byte   $10                     ; JOY_UP
-        .byte   $20                     ; JOY_DOWN
-        .byte   $40                     ; JOY_LEFT
-        .byte   $80                     ; JOY_RIGHT
-        .byte   $01                     ; JOY_FIRE      (A)
-        .byte   $02                     ; JOY_FIRE2     (B)
-        .byte   $04                     ;               (Select)
-        .byte   $08                     ;               (Start)
-
 ; Jump table.
 
         .addr   INSTALL