1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/libsrc/atari
2013-02-12 22:39:38 +00:00
..
_scrsize.s
atari_tgi_common.inc Added a new flags byte to the TGI headers. Bumped the API version. 2011-07-17 11:23:27 +00:00
atari-3.s
atari-4.s Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-02 10:38:48 +00:00
atari-5.s
atari-6.s
atari-7.s
atari-8.s
atari-8p2.s Removed tgi_load() and all corresponding infrastructure. The idea behind tgi_load() was to be able to describe a TGI mode in a target-neutral way by resolution and colordepth. However it turned out that there arn't any cc65 targets sharing any resolution. As a result the only working target-independent approach for a TGI program is to call tgi_loaddriver(tgi_stddrv); and then look up the resolution provided - and to adapt to that resolution. 2011-05-02 10:38:48 +00:00
atari-9.s
atari-9p2.s
atari-10.s
atari-10p2.s
atari-11.s
atari-14.s
atari-15.s
atari-15p2.s
atari-130xe.s
atari-multijoy.s
atari-stdjoy.s
break.s
cclear.s
cgetc.s
chline.s
clock.s
close.s
clrscr.s
color.s fix returned X register value (patch by Stefan Haubenthal) 2003-11-05 16:41:11 +00:00
cputc.s always use setcursor to update cursor settings 2002-11-26 21:34:13 +00:00
crt0.s
ctype.s
cvline.s
dio_cts.s
dio_stc.s
diopncls.s
dioqsize.s
dioread.s
diowrite.s
diowritev.s
do_oserr.s
dosdetect.s recognize XDOS -- patch from Stefan Haubenthal 2012-02-11 08:35:54 +00:00
fd.inc added some comments 2003-01-05 23:30:44 +00:00
fdtab.s
fdtable.s
fdtoiocb.s
getargs.s add a comment describing why this file is really included despite an obvious reference to it 2009-11-18 23:52:54 +00:00
getdefdev.s
getfd.s more space improvements by Daniel Serpell 2009-12-07 18:58:32 +00:00
gotox.s
gotoxy.s
gotoy.s
graphics.s
initcwd.s __syschdir calls initcwd so the latter must not be placed in the INIT segment. 2012-10-10 19:18:09 +00:00
inviocb.s
irq.s
joy_stat_stddrv.s Introduced static standard drivers. 2012-11-01 19:53:47 +00:00
joy_stddrv.s
kbhit.s
lseek.s adapt to new oserror/errno handling 2010-07-06 22:43:19 +00:00
Makefile Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. 2013-02-12 22:39:38 +00:00
mul40.s
open.s
oserrlist.s
oserror.s
ostype.s small optimization 2009-01-30 19:17:14 +00:00
posixdirent.s Added functional Atari directory classification macros for file types from struct dirent contributed by Stefan A. Haubenthal. 2012-07-03 20:10:52 +00:00
randomize.s added randomize 2002-11-06 22:21:15 +00:00
read.s
revers.s
rs232.s
rwcommon.s
savevec.s
scroll.s
setcolor.s
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrmdir.s
systime.s
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
toascii.s
tvtype.s
ucase_fn.s
wherex.s
wherey.s fixed int promotion problem; optimized as suggested by Carsten Strotmann 2003-01-02 21:47:49 +00:00
write.s