2019-09-27 07:38:51 +00:00
|
|
|
;
|
|
|
|
; Name of the standard joystick driver
|
|
|
|
;
|
2019-11-16 18:11:40 +00:00
|
|
|
; 2019-11-10, Greg King
|
2019-09-27 07:38:51 +00:00
|
|
|
;
|
|
|
|
; const char joy_stddrv[];
|
|
|
|
;
|
|
|
|
|
|
|
|
.export _joy_stddrv
|
|
|
|
|
|
|
|
.rodata
|
|
|
|
|
2019-11-16 18:11:40 +00:00
|
|
|
_joy_stddrv: .asciiz "cx16-std.joy"
|