From: Stefan Date: Tue, 21 Nov 2017 09:33:48 +0000 (+0100) Subject: New API X-Git-Tag: V2.17~70^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d1c92dc129da98ec113817095f169d7266049ee;p=cc65 New API --- diff --git a/libsrc/supervision/joy/supervision-stdjoy.s b/libsrc/supervision/joy/supervision-stdjoy.s index 2d89aa6cb..f6a325740 100644 --- a/libsrc/supervision/joy/supervision-stdjoy.s +++ b/libsrc/supervision/joy/supervision-stdjoy.s @@ -23,17 +23,6 @@ .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