1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc/apple2
ol.sc 56d04f523f Added first implementation of exec(). No support for commandline parameters so far.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4969 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-02-06 22:27:31 +00:00
..
extra
_scrsize.s
apple2-40-48-16.s
apple2-280-192-8.fnt
apple2-280-192-8.s Minor comment adjustment. 2010-01-08 22:24:38 +00:00
apple2-auxmem.s
apple2-ssc.s Added macro for ssc slot selection. 2009-12-13 11:23:20 +00:00
apple2-stdjoy.s
apple2-stdmou.s
break.s
cclear.s
cgetc.s Minor comment style adjustment. 2010-06-07 19:20:10 +00:00
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 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 Minor beautification. 2011-01-26 21:37:42 +00:00
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 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 dio implementation by Oliver Schmidt 2005-03-30 18:25:04 +00:00
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 Added first implementation of exec(). No support for commandline parameters so far. 2011-02-06 22:27:31 +00:00
filedes.inc
filedes.s
filename.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
get_ostype.s
gotoxy.s
gotoy.s
home.s
initcwd.s Update by Oliver Schmidt 2006-05-29 16:27:39 +00:00
iobuf.s
joy_stddrv.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
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 Added first implementation of exec(). No support for commandline parameters so far. 2011-02-06 22:27:31 +00:00
mcbdefault.s
mli.inc 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
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 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
oserror.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
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 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
syschdir.s
sysmkdir.s
sysremove.s
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 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 New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
wherey.s New version from Oliver Schmidt 2005-03-26 17:03:30 +00:00
write.s