]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/joy_stat_stddrv.s
Merge pull request #81 from groessler/something_to_pull
[cc65] / libsrc / atari / joy_stat_stddrv.s
index f51950477f6e2262991b19cbc706a6d8e81ab770..4528aa20de2e0701f6d80220c960852971780414 100644 (file)
@@ -6,9 +6,17 @@
 ; const void joy_static_stddrv[];
 ;
 
-        .export        _joy_static_stddrv
-        .import        _atari_stdjoy
+        .export _joy_static_stddrv
+        .ifdef  __ATARIXL__
+        .import _atrxstd_joy
+        .else
+        .import _atrstd_joy
+        .endif
 
 .rodata
 
-_joy_static_stddrv := _atari_stdjoy
+        .ifdef  __ATARIXL__
+_joy_static_stddrv := _atrxstd_joy
+        .else
+_joy_static_stddrv := _atrstd_joy
+        .endif