add joystick driver -- trigger buttons are not queried yet
This commit is contained in:
12
libsrc/atari5200/joy_stat_stddrv.s
Normal file
12
libsrc/atari5200/joy_stat_stddrv.s
Normal file
@@ -0,0 +1,12 @@
|
||||
;
|
||||
; Address of the static standard joystick driver
|
||||
;
|
||||
; Christian Groessler, 2014-05-12
|
||||
;
|
||||
; const void joy_static_stddrv[];
|
||||
;
|
||||
|
||||
.export _joy_static_stddrv
|
||||
.import _atr5200std_joy
|
||||
|
||||
_joy_static_stddrv := _atr5200std_joy
|
||||
Reference in New Issue
Block a user