1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/apple2
ol.sc f1d7044b7c Adjusted parameter handling to match prototype.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4733 b7a2c559-68d2-44c3-8de9-860c34a00d81
2010-07-07 22:28:14 +00:00
..
extra Adjustment to recent change in ca65 relative include path handling. 2010-06-04 20:58:40 +00:00
_scrsize.s
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 - Replaced font .byte's with font .incbin file 2009-11-03 22:20:48 +00:00
apple2-280-192-8.s Minor comment adjustment. 2010-01-08 22:24:38 +00:00
apple2-auxmem.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-ssc.s Added macro for ssc slot selection. 2009-12-13 11:23:20 +00:00
apple2-stdjoy.s Removed generic macpack 2009-11-02 21:54:51 +00:00
apple2-stdmou.s Replaced left-over tab with space. 2009-12-09 18:16:02 +00:00
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 New stuff contributed by Oliver Schmidt 2005-08-31 20:11:45 +00:00
clrscr.s
color.s
cout.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
cputc.s
crt0.s Added author hint - as contained in the other source files. 2009-09-22 17:30:50 +00:00
ctype.s
cvline.s
dioclose.s
diocommon.s
dioopen.s Use MLI error names from ProDOS 8 Technical Reference Manual (and ProDOS 8 Technical Note #21). 2010-06-16 21:21:01 +00:00
dioread.s
diosectcount.s
diosectsize.s DIO functions always set _oserror. 2010-06-04 21:41:22 +00:00
diowrite.s
dir.h
dosdetect.s Addon to 4155: Fixed error. 2009-09-12 06:58:20 +00:00
drives.s Added functions to learn about the unit numbers of the ProDOS 8 devices found. 2010-05-24 20:10:19 +00:00
filedes.inc Cosmetic changes from Oliver Schmidt 2005-04-15 08:27:09 +00:00
filedes.s
filename.s POSIX file I/O by Oliver Schmidt 2005-04-12 09:12:48 +00:00
get_ostype.s
gotoxy.s
gotoy.s
home.s Oliver Schmidt updated the graphics drivers and part of the C library for the 2008-03-16 09:37:22 +00:00
initcwd.s
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 Cosmetic changes requested by Oliver Schmidt 2005-03-30 18:17:57 +00:00
mainargs.s Adjusted to the changed default start address. 2009-09-04 21:32:41 +00:00
Makefile Make use of the new common __directerrno and __mappederrno function. 2010-06-15 20:38:05 +00:00
mcbdefault.s Just presume alternate charset to be active on the //e - how shouldn't it if conio usage activates it. 2009-09-07 14:00:17 +00:00
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 Adjusted Apple2 targets to the new standard mouse driver paradigm. 2009-09-11 19:35:13 +00:00
open.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00
opendir.c
oserrlist.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
oserror.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
randomize.s
rdkey.s
read.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00
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
rewinddir.c
rootdir.s Adjusted parameter handling to match prototype. 2010-07-07 22:28:14 +00:00
rwcommon.s Clear __oserror on success. 2010-06-15 21:44:18 +00:00
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s Save some cycles. 2010-04-22 19:51:34 +00:00
sysrmdir.s
systime.s
sysuname.s
textframe.s Removed '_' prefix from textframe(xy) because this prefix for non-standard symbols isn't necessary if they are declared in non-standard include files. 2009-09-10 19:18:15 +00:00
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 This is what was actually meant in the first place. 2009-09-30 08:04:34 +00:00
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