]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/joy/c128-ptvjoy.s
Removed joy_masks array.
[cc65] / libsrc / c128 / joy / c128-ptvjoy.s
index 6f65ce5eb4fef09198e9ca15072ffc89621a81ed..c9ae39a47734a271cb026a5af4d1ee3418fe6a54 100644 (file)
 
         .addr   $0000
 
-; Button state masks (8 values)
-
-        .byte   $01                     ; JOY_UP
-        .byte   $02                     ; JOY_DOWN
-        .byte   $04                     ; JOY_LEFT
-        .byte   $08                     ; JOY_RIGHT
-        .byte   $10                     ; JOY_FIRE
-        .byte   $00                     ; JOY_FIRE2 unavailable
-        .byte   $00                     ; Future expansion
-        .byte   $00                     ; Future expansion
-
 ; Jump table.
 
         .addr   INSTALL