1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/apple2
ol.sc ba7b4d5e86 Back to revision 3818: The value of COLOR_WHITE changed back from 3 to 1.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5023 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-05-05 20:43:10 +00:00
..
extra
_scrsize.s
apple2-40-48-16.s
apple2-280-192-8.fnt
apple2-280-192-8.s
apple2-auxmem.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-ssc.s
apple2-stdjoy.s Removed generic macpack 2009-11-02 21:54:51 +00:00
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 Clear __oserror on success. 2010-06-15 21:44:18 +00:00
closedir.c
clrscr.s
color.s
cout.s
cputc.s
crt0.s
ctype.s
cvline.s
dioclose.s
diocommon.s
dioopen.s Use MLI error names from ProDOS 8 Technical Reference Manual Quick Reference Card (and not Section 4.8 !). 2010-07-17 19:11:51 +00:00
dioread.s dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
diosectcount.s
diosectsize.s
diowrite.s
dir.h Update from Oliver Schmidt 2007-01-05 16:16:34 +00:00
dosdetect.s
drives.s
exec.s
filedes.inc
filedes.s
filename.s
get_ostype.s
gotoxy.s
gotoy.s
home.s
initcwd.s
iobuf.s
joy_stddrv.s
kbhit.s Cosmetic changes requested by Oliver Schmidt 2005-03-30 18:17:57 +00:00
mainargs.s Set the priority of the main() args constructor to 24 simply be cause most other targets do - and adjust the priority of the dos detection constructor to stay higher than the main() args constructor. 2011-01-29 21:39:17 +00:00
Makefile Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-02 10:38:48 +00:00
mcbdefault.s
mli.inc
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
opendir.c
oserrlist.s
oserror.s
randomize.s
rdkey.s
read.s
readdir.c Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
reboot.s
revers.s
rewinddir.c
rootdir.s Adjusted parameter handling to match prototype. 2010-07-07 22:28:14 +00:00
rwcommon.s
syschdir.s Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
systime.s
sysuname.s
textframe.s
tgi_colors.s
tgi_stddrv.s
toascii.s
videomode.s
vtabz.s
wherex.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
wherey.s
write.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00