1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/cbm
ol.sc 89d4f4a90c Introduced getcurrentdevice() and implemented it for CBM and Apple.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5863 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-10-21 14:35:17 +00:00
..
c_acptr.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_basin.s
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 Fixed two more function that didn't clear the high byte of the function result. 2009-08-23 21:40:36 +00:00
c_clall.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_close.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_clrch.s
c_getin.s Fixed wrong filename for module c_getin.s 2012-07-01 11:32:59 +00:00
c_iobase.s
c_listen.s
c_load.s
c_open.s
c_readst.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
c_save.s
c_setlfs.s
c_setnam.s
c_talk.s
c_unlsn.s
c_untlk.s
cbm_close.s Added comments to cbm.h. 2001-03-20 21:06:04 +00:00
cbm_dir.c Allow a third, optional filename argument for cbm_opendir. 2012-06-04 18:32:38 +00:00
cbm_filetype.s
cbm_load.c Fix parameters to cbm_load and cbm_save 2002-12-13 00:30:40 +00:00
cbm_open.s
cbm_read.s
cbm_save.c
cbm_write.s
cbm.inc
cclear.s
chline.s
clock.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
close.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
closedir.s Added the POSIX functions opendir() and closedir(). 2012-05-30 19:37:57 +00:00
ctype.s Improved ctype.s from Greg King 2003-05-05 09:04:36 +00:00
curdevice.s
cvline.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
devicedir.s
dir.h Removed unnecessary include files. 2012-06-03 14:32:15 +00:00
dir.inc Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
dir.s
diskcmd.s
diskinit.s
exehdr.s
filedes.inc
filedes.s Finally: Commodore file I/O 2002-11-16 23:45:15 +00:00
filename.s
filetype.s
filevars.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
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 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
loadaddr.s
Makefile
open.s
opendir.c Fixed a comment. 2012-07-30 19:02:07 +00:00
oserrlist.s Finally: Commodore file I/O 2002-11-16 23:45:15 +00:00
oserror.s No need to import __oserror. 2010-06-10 19:14:42 +00:00
read.s
readdir.c Fix invalid header offset (has been changed in opendir.c but checkin of 2012-08-01 08:49:09 +00:00
rewinddir.s Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
rwcommon.s
scratch.s
seekdir.c
syschdir.s
sysremove.s fnparse will return zero flag according to error (ZF=1 means no error). 2009-02-22 13:54:03 +00:00
sysrename.s Be sure to read disk errors after sending the command on the command channel. 2009-07-27 18:42:37 +00:00
telldir.s Added the telldir() function. 2012-06-03 14:03:22 +00:00
toascii.s
wherex.s
wherey.s Use direct access to the position variables, since gotoxy uses them also. 2003-12-27 15:51:11 +00:00
write.s Fixed an error: The write routine didn't detect write errors correctly. 2012-04-25 20:00:09 +00:00