1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-05 09:57:05 +00:00
cc65/libsrc/atari
cuz 9e74c2b26f Make close() fastcall
git-svn-id: svn://svn.cc65.org/cc65/trunk@1530 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-16 19:38:37 +00:00
..
_scrsize.s
atari.inc added dos_type defines 2002-07-16 18:48:48 +00:00
break.s
cclear.s
cgetc.s honour cursor setting 2002-11-03 22:10:55 +00:00
chline.s
clock.s both routines fixed (fix by Piotr Fusik) 2001-11-05 23:52:19 +00:00
close.s Make close() fastcall 2002-11-16 19:38:37 +00:00
clrscr.s
color.s
cputc.s some fixes for last change 2002-11-04 23:30:19 +00:00
crt0.s turn on cursor before returning to DOS 2002-11-05 00:35:16 +00:00
ctype.s
cvline.s
dio_cts.s
dio_stc.s
diopncls.s
dioread.s
diowrite.s
diowritev.s fix a typo in the comment 2001-11-06 01:30:38 +00:00
fd.inc
fdtable.s updated comment about fdtoiocb return values 2002-05-23 21:26:25 +00:00
getargs.s initialize __dos_type variable 2002-07-16 18:51:30 +00:00
getfd.s
gotox.s
gotoxy.s
gotoy.s
graphics.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
graphuse.s
kbhit.s
lseek.s improved chk_supp: only do the test on SpartaDOS and only if the SDOS version 2002-07-16 19:27:51 +00:00
Makefile Added _systime for all platforms 2002-11-12 22:49:38 +00:00
mouse.s Removed the port parameter from mouse_init 2001-09-13 16:00:55 +00:00
mul40.s
open.s Renamed fmode.inc -> fcntl.inc 2002-11-16 16:35:47 +00:00
oserrlist.s first version, derived from cbm/oserrlist.s 2002-07-24 21:43:57 +00:00
oserror.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
ostype.s
randomize.s added randomize 2002-11-06 22:21:15 +00:00
read.s
readjoy.s
remove.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
revers.s
rs232.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
rwcommon.s Move include files into /asminc, changed include file paths 2002-04-21 14:19:16 +00:00
savevec.s
scroll.s
setcolor.s
siocall.s use always a sector size of 128 for sectors 1 to 3, ignore 2002-11-06 23:02:48 +00:00
systime.s Added _systime for all platforms 2002-11-12 22:49:38 +00:00
tvtype.s return the hardware tv system, not the ROMs one 2001-11-06 01:22:54 +00:00
ucase_fn.s moved code to convert filename to uppercase into its own file/object 2001-12-27 20:37:52 +00:00
where.s
write.s