1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Add files via upload

This commit is contained in:
Stefan 2017-11-21 06:57:02 +01:00 committed by GitHub
parent 51731cb1f9
commit 949c2aa76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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