mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
13 lines
242 B
ArmAsm
13 lines
242 B
ArmAsm
;
|
|
; Address of the static standard joystick driver
|
|
;
|
|
; Christian Groessler, 2017-02-06
|
|
;
|
|
; const void joy_static_stddrv[];
|
|
;
|
|
|
|
.export _joy_static_stddrv
|
|
.import _creativisionstd_joy
|
|
|
|
_joy_static_stddrv := _creativisionstd_joy
|