mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
12 lines
199 B
ArmAsm
12 lines
199 B
ArmAsm
;
|
|
; Address of the static standard joystick driver
|
|
;
|
|
; 2019-11-10, Greg King
|
|
;
|
|
; const void joy_static_stddrv[];
|
|
;
|
|
|
|
.import _cx16_std_joy
|
|
|
|
.export _joy_static_stddrv := _cx16_std_joy
|