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