1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/apple2
ol.sc 0f1cd50883 Replaced Apple II specific solution with implementation of recently introduced mass-storage device enumaration.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5821 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-09 13:38:32 +00:00
..
extra
_scrsize.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
apple2-40-48-16.s
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
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 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 dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
diocommon.s
dioopen.s
dioread.s dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
diosectcount.s
diosectsize.s
diowrite.s dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
dir.h
dosdetect.s
exec.s
exehdr.s
filedes.inc
filedes.s
filename.s
get_ostype.s
getdevice.s
gotoxy.s
gotoy.s
home.s
initcwd.s Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
iobuf.s Hooking into the MLI call needs much more thoughts - and is currently not necessary... 2009-09-12 20:55:20 +00:00
joy_stddrv.s
kbhit.s
mainargs.s
Makefile
mcbdefault.s
mli.inc
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 Now that cc65 programs can run as SYS files themselves my ProDOS Loader ulimately has to change from a minimalistic shell replacement to a pure loader (without exit hook). This approach simplifies several things. However the "reboot after exit" option now present as a ProDOS Loader variant has to move into the cc65 program. 2009-09-14 19:58:06 +00:00
revers.s Removed tabs 2005-03-28 17:27:04 +00:00
rewinddir.c
rootdir.s Adjusted parameter handling to match prototype. 2010-07-07 22:28:14 +00:00
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
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