override _sys() function for Atari targets
This commit is contained in:
parent
acc1c1ed87
commit
ff18dcaa16
1 changed files with 13 additions and 0 deletions
13
libsrc/atari/_sys.s
Normal file
13
libsrc/atari/_sys.s
Normal file
|
@ -0,0 +1,13 @@
|
|||
;
|
||||
; Christian Groessler, 17-Sep-2013
|
||||
;
|
||||
; Override _sys() function for Atari targets:
|
||||
; 'atari' gets the regular function
|
||||
; 'atarixl' doesn't support the _sys() function
|
||||
;
|
||||
|
||||
.if .not .defined(__ATARIXL__)
|
||||
|
||||
.include "../common/_sys.s"
|
||||
|
||||
.endif
|
Loading…
Add table
Reference in a new issue