]> git.sur5r.net Git - cc65/blobdiff - libsrc/atari/_sys.s
fix bug where the high byte of X and Y positions were destroyed of
[cc65] / libsrc / atari / _sys.s
index e5bf07f3068f1f54670551192d9c5260e8c17874..66e4905ec364941a74be2ae9f27a8214993d2738 100644 (file)
@@ -6,7 +6,7 @@
 ;   'atarixl'  doesn't support the _sys() function
 ;
 
-.if .not .defined(__ATARIXL__)
+.ifndef __ATARIXL__
 
 .include "../common/_sys.s"