mirror of
https://github.com/cc65/cc65.git
synced 2025-02-15 10:30:58 +00:00
Add files via upload
This commit is contained in:
parent
51731cb1f9
commit
949c2aa76f
14
libsrc/supervision/joy_stat_stddrv.s
Normal file
14
libsrc/supervision/joy_stat_stddrv.s
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
;
|
||||||
|
; Address of the static standard joystick driver
|
||||||
|
;
|
||||||
|
; Oliver Schmidt, 2012-11-01
|
||||||
|
;
|
||||||
|
; const void joy_static_stddrv[];
|
||||||
|
;
|
||||||
|
|
||||||
|
.export _joy_static_stddrv
|
||||||
|
.import _supervision_stdjoy_joy
|
||||||
|
|
||||||
|
.rodata
|
||||||
|
|
||||||
|
_joy_static_stddrv := _supervision_stdjoy_joy
|
Loading…
x
Reference in New Issue
Block a user