1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/apple2
uz 8216bf1d6a Force an import of the special symbol __STARTUP__ in the C compiler when
main() is encountered. Define this symbol in the startup code. This will
automatically force linking of the startup code which can then reside inside
the standard library as any other object file.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3988 b7a2c559-68d2-44c3-8de9-860c34a00d81
2009-07-31 12:05:42 +00:00
..
_scrsize.s
apple2-40-48-16.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2-280-192-8.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
apple2-auxmem.s
apple2-ssc.s
apple2-stdjoy.s
apple2-stdmou.s
apple2.inc Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
break.s Remove break registers as absolute variables 2004-03-13 21:41:30 +00:00
cclear.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
cgetc.s
chline.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
close.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
closedir.c
clrscr.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
color.s The value of COLOR_WHITE changed from 1 to 3. 2008-03-25 19:08:26 +00:00
cout.s
cputc.s
crt0.s
ctype.s Replaced /bin/bash0 by new CT_NONE 2003-10-10 16:59:58 +00:00
cvline.s
dioclose.s
diocommon.s dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
dioopen.s
dioread.s dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
diosectcount.s Update from Oliver Schmidt: Includes gotox/gotoy which were missing before. 2005-04-01 09:59:53 +00:00
diosectsize.s Update from Oliver Schmidt: Includes gotox/gotoy which were missing before. 2005-04-01 09:59:53 +00:00
diowrite.s
dir.h Update from Oliver Schmidt 2007-01-05 16:16:34 +00:00
dosdetect.s Apple 2 mouse driver and other stuff from Oliver Schmidt 2006-04-06 19:51:37 +00:00
filedes.inc Cosmetic changes from Oliver Schmidt 2005-04-15 08:27:09 +00:00
filedes.s
fileerr.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
filename.s
get_ostype.s
gotoxy.s
gotoy.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
home.s
initcwd.s Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
joy_stddrv.s
kbhit.s Cosmetic changes requested by Oliver Schmidt 2005-03-30 18:17:57 +00:00
mainargs.s New version from Oliver Schmidt 2006-05-08 19:26:21 +00:00
Makefile Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
mcbdefault.s
mli.inc Update from Oliver Schmidt 2007-01-05 16:16:34 +00:00
mli.s Cosmetic changes from Oliver Schmidt 2005-04-20 16:52:10 +00:00
open.s
opendir.c
oserrlist.s
oserror.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
randomize.s New _randomize() function, do some cleanup on apple2.inc 2002-11-07 12:16:15 +00:00
rdkey.s
read.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
readdir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
revers.s
rewinddir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
rwcommon.s
syschdir.s Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
sysmkdir.s New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
sysremove.s New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
sysrename.s
sysrmdir.s
systime.s
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
textframe.s
tgi_mode_table.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
vtabz.s
wherex.s
wherey.s
write.s