1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 19:29:26 +00:00
cc65/libsrc/apple2
ol.sc dccb0c8dde We now don't define the memory area RAM anymore. So use the segment STARTUP - as done in crt0.s.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5729 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-06-16 22:58:03 +00:00
..
extra We now don't define the memory area RAM anymore. So use the segment STARTUP - as done in crt0.s. 2012-06-16 22:58:03 +00:00
_scrsize.s
apple2-40-48-16.s Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
apple2-280-192-8.fnt
apple2-280-192-8.s Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
apple2-auxmem.s
apple2-ssc.s
apple2-stdjoy.s
apple2-stdmou.s
break.s
cclear.s
cgetc.s
chline.s
close.s
closedir.c
clrscr.s
color.s Back to revision 3818: The value of COLOR_WHITE changed back from 3 to 1. 2011-05-05 20:43:10 +00:00
cout.s
cputc.s The constructor doesn't have any interaction with other constructors so there seems to be no need for a priority at all. 2011-01-29 21:36:18 +00:00
crt0.s Avoid mixing of memory areas and segments in address computations (and made move of segment INIT somewhat more readable). 2012-06-16 22:13:58 +00:00
ctype.s
cvline.s
dioclose.s
diocommon.s
dioopen.s
dioread.s
diosectcount.s Read number of total blocks from ProDOS 8 volume directory header - and fall back on the constant 280 only for non-ProDOS 8 disks. 2010-07-17 19:16:25 +00:00
diosectsize.s
diowrite.s
dir.h
dosdetect.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
drives.s Saved two bytes. 2011-01-26 22:11:23 +00:00
exec.s Moving the quit-hook towards the end of page 3 as far as possible slightly increases the compatibility with BIN programs making use of page 3 themselves. 2012-01-02 11:09:25 +00:00
exehdr.s Moved actual computation of DOS 3.3 header to linker configurations: 2012-06-14 20:44:35 +00:00
filedes.inc
filedes.s
filename.s
get_ostype.s
gotoxy.s
gotoy.s
home.s
initcwd.s
iobuf.s
joy_stddrv.s
kbhit.s
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 Moved Apple EXEHDR to separate module (similiar to CBMs). 2012-06-10 21:05:51 +00:00
mcbdefault.s
mli.inc Added MACHID - we'll need it sooner or later... 2011-02-11 23:15:20 +00:00
mli.s
mouse_stddrv.s
open.s Introduced constructor to raise the ProDOS 8 file level - and extended the destructor to restore the file level again. This is a prerequisite to allow the upcoming exec() to open a file before the destructors run and continue reading from of it after the destructors have run. 2011-01-29 21:43:26 +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
rootdir.s
rwcommon.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
systime.s
sysuname.s
textframe.s Fixed range errors when negative numbers where used as bytes. This wasn't 2011-08-15 15:23:31 +00:00
tgi_colors.s Target-specific black & white values for use by the target-shared TGI kernel 2011-04-25 17:11:23 +00:00
tgi_stddrv.s 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
toascii.s Added toascii(). 2011-04-22 12:14:28 +00:00
videomode.s
vtabz.s
wherex.s
wherey.s
write.s