2002-12-21 09:32:14 +00:00
|
|
|
;
|
|
|
|
; Name of the standard joystick driver
|
|
|
|
;
|
|
|
|
; Ullrich von Bassewitz, 2002-12-21
|
|
|
|
;
|
|
|
|
; const char joy_stddrv[];
|
|
|
|
;
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _joy_stddrv
|
2002-12-21 09:32:14 +00:00
|
|
|
|
|
|
|
.rodata
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
_joy_stddrv: .asciiz "vic20-stdjoy.joy"
|
2002-12-21 09:32:14 +00:00
|
|
|
|