1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +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
c_basin.s
c_bsout.s
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
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 Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
c_setnam.s Use external symbols for the CBM kernal jump table functions. This allows 2002-11-19 23:02:47 +00:00
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 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
ctype.s
curdevice.s
cvline.s
devicedir.s
dir.h
dir.inc
dir.s
diskcmd.s
diskinit.s
exehdr.s
filedes.inc Working on the CBM file functions 2002-11-17 22:45:55 +00:00
filedes.s
filename.s
filetype.s
filevars.s
getdevice.s
gotox.s
gotoxy.s
gotoy.s
initcwd.s
loadaddr.s
Makefile
open.s
opendir.c
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
rewinddir.s
rwcommon.s
scratch.s Moved some code from scratch.s into a new subroutine named writefndiskcmd in 2009-02-22 14:02:52 +00:00
seekdir.c
syschdir.s Added check for disk in drive on chdir(). 2012-10-17 20:24:43 +00:00
sysremove.s
sysrename.s
telldir.s
toascii.s
wherex.s Use direct access to the position variables, since gotoxy uses them also. 2003-12-27 15:51:11 +00:00
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