1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +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 Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
c_bsout.s
c_chkin.s
c_ciout.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_ckout.s
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
c_clrch.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
c_getin.s Fixed wrong filename for module c_getin.s 2012-07-01 11:32:59 +00:00
c_iobase.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_listen.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_load.s
c_open.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
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 Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_unlsn.s Unified names of CBM kernal level functions and completed the list of 2012-07-01 12:36:44 +00:00
c_untlk.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
cbm_close.s
cbm_dir.c Allow a third, optional filename argument for cbm_opendir. 2012-06-04 18:32:38 +00:00
cbm_filetype.s Move definitions for CBM file types into its own header file, since these 2012-06-24 13:52:06 +00:00
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
clock.s
close.s
closedir.s Added the POSIX functions opendir() and closedir(). 2012-05-30 19:37:57 +00:00
ctype.s
curdevice.s Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
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 Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
dir.s Implement special read function that sets errno in case of a short read. Drop 2012-06-03 13:59:31 +00:00
diskcmd.s
diskinit.s Added check for disk in drive on chdir(). 2012-10-17 20:24:43 +00:00
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 Move the _filetype variable into its own module, so people who want to change 2012-07-15 12:34:35 +00:00
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 Minimal formatting adjustment. 2012-10-16 21:29:14 +00:00
gotox.s
gotoxy.s
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 Introduced getcurrentdevice() and implemented it for CBM and Apple. 2012-10-21 14:35:17 +00:00
open.s Choose another way to fix the issue from r5804: When parsing the directory 2012-08-06 18:45:26 +00:00
opendir.c Fixed a comment. 2012-07-30 19:02:07 +00:00
oserrlist.s
oserror.s
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 Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
syschdir.s Added check for disk in drive on chdir(). 2012-10-17 20:24:43 +00:00
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 Fixed an error: The write routine didn't detect write errors correctly. 2012-04-25 20:00:09 +00:00