mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 21:32:19 +00:00
11 lines
204 B
ArmAsm
11 lines
204 B
ArmAsm
;
|
|
; Address of the static standard joystick driver
|
|
;
|
|
; 2019-09-19, Greg King
|
|
;
|
|
; const void joy_static_stddrv[];
|
|
;
|
|
|
|
.import _cx16_stdjoy_joy
|
|
.export _joy_static_stddrv := _cx16_stdjoy_joy
|