1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/cbm
uz a62958764d Move the _filetype variable into its own module, so people who want to change
the default can replace exactly this module without interfering with other
stuff.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5785 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-07-15 12:34:35 +00:00
..
c_acptr.s
c_basin.s
c_bsout.s
c_chkin.s
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
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
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 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
cbm_filetype.s
cbm_load.c
cbm_open.s
cbm_read.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
cbm_save.c
cbm_write.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
cbm.inc Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
cclear.s
chline.s
clock.s
close.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
closedir.s
ctype.s Improved ctype.s from Greg King 2003-05-05 09:04:36 +00:00
cvline.s
dir.h Removed unnecessary include files. 2012-06-03 14:32:15 +00:00
dir.inc
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
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
gotox.s
gotoxy.s
gotoy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
initcwd.s
loadaddr.s
Makefile
open.s
opendir.c
oserrlist.s
oserror.s
read.s
readdir.c
rewinddir.s
rwcommon.s
scratch.s
seekdir.c
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