]> git.sur5r.net Git - cc65/blob - libsrc/atari/_sys.s
Added SER_ prefix. Whitespace cleanup
[cc65] / libsrc / atari / _sys.s
1 ;
2 ; Christian Groessler, 17-Sep-2013
3 ;
4 ; Override _sys() function for Atari targets:
5 ;   'atari'    gets the regular function
6 ;   'atarixl'  doesn't support the _sys() function
7 ;
8
9 .ifndef __ATARIXL__
10
11 .include "../common/_sys.s"
12
13 .endif