]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/tgi_stddrv.s
Cleaning telestrat.cfg (no need to have bashead segment). Some primitives added
[cc65] / libsrc / atari / tgi_stddrv.s
index bec03051138e1ebc6fe59d0a694ad1396b22d287..e2f68a50e7a7c28a530199fdc6aaa68228269c95 100644 (file)
@@ -10,4 +10,9 @@
 
 .rodata
 
-_tgi_stddrv:    .asciiz "atr8.tgi"
+_tgi_stddrv:
+        .ifdef  __ATARIXL__
+                .asciiz "atrx8.tgi"
+        .else
+                .asciiz "atr8.tgi"
+        .endif