mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
New API
This commit is contained in:
parent
c4baf9588e
commit
7d1c92dc12
@ -23,17 +23,6 @@
|
|||||||
|
|
||||||
.addr $0000
|
.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.
|
; Jump table.
|
||||||
|
|
||||||
.addr INSTALL
|
.addr INSTALL
|
||||||
|
Loading…
Reference in New Issue
Block a user