mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Merge pull request #43 from groessler/something_to_pull
override _sys() function for Atari targets
This commit is contained in:
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
|
||||||
|
;
|
||||||
|
|
||||||
|
.ifndef __ATARIXL__
|
||||||
|
|
||||||
|
.include "../common/_sys.s"
|
||||||
|
|
||||||
|
.endif
|
Reference in New Issue
Block a user