]> git.sur5r.net Git - cc65/blob - libsrc/atari/joy_stddrv.s
Minor clarification.
[cc65] / libsrc / atari / joy_stddrv.s
1 ;
2 ; Name of the standard joystick driver
3 ;
4 ; Ullrich von Bassewitz, 2002-12-21
5 ;
6 ; const char joy_stddrv[];
7 ;
8
9         .export _joy_stddrv
10
11 .rodata
12
13 _joy_stddrv:
14         .ifdef  __ATARIXL__
15                 .asciiz "atrxstd.joy"
16         .else
17                 .asciiz "atrstd.joy"
18         .endif