1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/cbm
Oliver Schmidt 008b4c4e1d Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic.
- "Source file shadowing" for all targets via vpath.
- Dependency handling.
- True incremental build.
- Don't write into source directories.
- Easy cleanup by just removing 'wrk'.
2013-05-04 22:10:48 +02:00
..
c_acptr.s
c_basin.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
c_bsout.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_chkin.s Fixed two more function that didn't clear the high byte of the function result. 2009-08-23 21:40:36 +00:00
c_ciout.s
c_ckout.s
c_clall.s
c_close.s
c_clrch.s
c_getin.s
c_iobase.s
c_listen.s
c_load.s
c_open.s
c_readst.s
c_save.s
c_setlfs.s
c_setnam.s
c_talk.s
c_unlsn.s
c_untlk.s
cbm_close.s
cbm_dir.c
cbm_filetype.s
cbm_load.c
cbm_open.s
cbm_read.s
cbm_save.c
cbm_write.s
cbm.inc Have the internal function 'isdisk' set the carry for device 31. As the device id 31 doesn't really exist it is for sure no disk. 2012-09-05 19:07:34 +00:00
cclear.s
chline.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
clock.s
close.s
closedir.s
ctype.s Improved ctype.s from Greg King 2003-05-05 09:04:36 +00:00
curdevice.s
cvline.s
devicedir.s Added check for disk in drive on chdir(). 2012-10-17 20:24:43 +00:00
dir.h Removed unnecessary include files. 2012-06-03 14:32:15 +00:00
dir.inc
dir.s
diskcmd.s Comment additions and changes. 2009-02-22 14:42:32 +00:00
diskinit.s
exehdr.s
filedes.inc
filedes.s
filename.s Implemented __syschdir on CBM. As getcwd returns a cached directory any direct access to __curunit would cause inconsistencies. Therefore __curunit was renamed to curunit to prohibit user access. 2012-10-16 21:39:40 +00:00
filetype.s
filevars.s
getdevice.s
gotox.s
gotoxy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
gotoy.s
initcwd.s
loadaddr.s
open.s
opendir.c
oserrlist.s
oserror.s
read.s
readdir.c
rewinddir.s
rwcommon.s
scratch.s
seekdir.c
syschdir.s
sysremove.s
sysrename.s
telldir.s Added the telldir() function. 2012-06-03 14:03:22 +00:00
toascii.s
wherex.s
wherey.s
write.s