Telestrat joystick management

This commit is contained in:
jede
2020-05-24 22:47:20 +02:00
committed by greg-king5
parent f8be35b41e
commit 532240a2db
6 changed files with 155 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
;
; Name of the standard joystick driver
;
; Oliver Schmidt, 2012-11-01
;
; const char joy_stddrv[];
;
.export _joy_stddrv
.rodata
_joy_stddrv: .asciiz "telestrat_joy"