1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +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 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
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
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
c_readst.s
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 Fix parameters to cbm_load and cbm_save 2002-12-13 00:30:40 +00:00
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
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
ctype.s
cvline.s
dir.h
dir.inc Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
dir.s
diskcmd.s
exehdr.s
filedes.inc
filedes.s
filename.s Add provisions to open a disk directory using open(). 2012-05-29 20:52:18 +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 Move the _filetype variable into its own module, so people who want to change 2012-07-15 12:34:35 +00:00
gotox.s
gotoxy.s
gotoy.s
initcwd.s
loadaddr.s
Makefile Move the _filetype variable into its own module, so people who want to change 2012-07-15 12:34:35 +00:00
open.s Do not add the file type to the name when using append mode. It causes more 2012-07-15 12:30:43 +00:00
opendir.c Reorder variables to take advangate of improved code generation. 2012-06-07 13:31:32 +00:00
oserrlist.s
oserror.s
read.s
readdir.c Small optimization for shorter code. 2012-06-03 16:49:23 +00:00
rewinddir.s Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
rwcommon.s Fixed sources to use the new __mappederrno and __directerrno functions, and 2010-06-26 11:28:44 +00:00
scratch.s
seekdir.c Implemented rewinddir/seekdir. 2012-06-03 15:11:32 +00:00
sysremove.s
sysrename.s
telldir.s
toascii.s
wherex.s
wherey.s
write.s