Initial Apple GEOS build.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5512 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-02-09 10:03:54 +00:00
parent ff746b119c
commit bf6b0f1e4b
6 changed files with 156 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
;
; Oliver Schmidt (ol.sc@web.de)
;
; 2012-02-09
; void EnterTurbo (void);
.export _EnterTurbo
.import return0
_EnterTurbo = return0