2012-11-01 19:53:47 +00:00
|
|
|
;
|
|
|
|
; Address of the static standard joystick driver
|
|
|
|
;
|
|
|
|
; Oliver Schmidt, 2012-11-01
|
|
|
|
;
|
|
|
|
; const void joy_static_stddrv[];
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _joy_static_stddrv
|
|
|
|
.import _cbm510_std_joy
|
2012-11-01 19:53:47 +00:00
|
|
|
|
|
|
|
.rodata
|
|
|
|
|
2013-05-04 22:15:30 +02:00
|
|
|
_joy_static_stddrv := _cbm510_std_joy
|