mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +00:00
override _sys() function for Atari targets
This commit is contained in:
parent
acc1c1ed87
commit
ff18dcaa16
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…
Reference in New Issue
Block a user