1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 18:57:06 +00:00
cc65/libsrc/apple2
uz a9990fbcf3 Changed priorities of destructors so atexit will be called before open files
are closed on exit, so atexit handlers may close the files themselves or
whatever is necessary for a clean shutdown.


git-svn-id: svn://svn.cc65.org/cc65/trunk@4939 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-01-28 10:55:03 +00:00
..
extra
_scrsize.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
apple2-40-48-16.s Factored out generic LINE implementation based on SETPIXEL from the three drivers previously containing the identical code. 2010-01-24 11:21:44 +00:00
apple2-280-192-8.fnt
apple2-280-192-8.s
apple2-auxmem.s
apple2-ssc.s
apple2-stdjoy.s
apple2-stdmou.s
break.s
cclear.s
cgetc.s
chline.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
close.s
closedir.c
clrscr.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
color.s
cout.s
cputc.s
crt0.s
ctype.s
cvline.s
dioclose.s
diocommon.s
dioopen.s
dioread.s
diosectcount.s
diosectsize.s
diowrite.s
dir.h
dosdetect.s
drives.s
filedes.inc
filedes.s
filename.s
get_ostype.s Cosmetic changes by Oliver Schmidt 2005-11-21 20:52:41 +00:00
gotoxy.s
gotoy.s
home.s
initcwd.s
iobuf.s
joy_stddrv.s
kbhit.s
mainargs.s
Makefile Fixed order of options in call to ld65, which became important after the 2010-11-09 21:33:14 +00:00
mcbdefault.s
mli.inc Added functions to learn about the unit numbers of the ProDOS 8 devices found. 2010-05-24 20:10:19 +00:00
mli.s Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical Note #21). 2010-06-16 21:16:14 +00:00
mouse_stddrv.s
open.s Changed priorities of destructors so atexit will be called before open files 2011-01-28 10:55:03 +00:00
opendir.c Made use of the new common __directerrno and __mappederrno function. 2010-07-17 19:13:07 +00:00
oserrlist.s
oserror.s
randomize.s
rdkey.s
read.s
readdir.c
reboot.s
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
rootdir.s
rwcommon.s
syschdir.s
sysmkdir.s
sysremove.s New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
sysrename.s
sysrmdir.s
systime.s
sysuname.s
textframe.s
tgi_mode_table.s Define a standard driver and mode for tgi graphics and use it in the sample 2009-09-11 18:59:37 +00:00
videomode.s
vtabz.s
wherex.s
wherey.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
write.s