1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/atari
uz d617481be4 Added the first EMD driver for the atari, written and contributed by Shawn
Jefferson <sjefferson@shaw.ca>.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5816 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-05 11:25:28 +00:00
..
_scrsize.s
atari_tgi_common.inc
atari-3.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-4.s
atari-5.s
atari-6.s
atari-7.s
atari-8.s
atari-8p2.s
atari-9.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-9p2.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-10.s
atari-10p2.s
atari-11.s
atari-14.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-15.s
atari-15p2.s
atari-130xe.s Added the first EMD driver for the atari, written and contributed by Shawn 2012-09-05 11:25:28 +00:00
atari-multijoy.s add Atari MultiJoy driver from Stefan A. Haubenthal 2009-04-11 18:10:44 +00:00
atari-stdjoy.s
break.s
cclear.s
cgetc.s
chline.s
clock.s
close.s
clrscr.s call setcursur when finished 2002-11-27 15:05:01 +00:00
color.s
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 functions and types now have no leading _ anymore 2000-11-16 21:27:42 +00:00
dio_stc.s
diopncls.s
dioqsize.s initial check-in 2005-02-19 00:57:26 +00:00
dioread.s dio functions and types now have no leading _ anymore 2000-11-16 21:27:42 +00:00
diowrite.s
diowritev.s
do_oserr.s
dosdetect.s
fd.inc
fdtab.s
fdtable.s
fdtoiocb.s
getargs.s
getdefdev.s __defdev is not dependent on DYNAMIC_DD 2010-10-29 19:52:31 +00:00
getfd.s
gotox.s
gotoxy.s
gotoy.s
graphics.s adapt to new oserror/errno handling 2010-07-06 22:43:19 +00:00
initcwd.s
inviocb.s
joy_stddrv.s
kbhit.s
lseek.s
Makefile
mul40.s
open.s Changed priorities of destructors so atexit will be called before open files 2011-01-28 10:55:03 +00:00
oserrlist.s add "invalid parameter" error code -- contributed by Stefan Haubenthal 2012-01-26 12:12:34 +00:00
oserror.s
ostype.s
posixdirent.s
randomize.s
read.s
revers.s
rs232.s
rwcommon.s
savevec.s prepend a "_" to clib runtime functions 2004-06-03 19:43:11 +00:00
scroll.s
setcolor.s
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrmdir.s
systime.s Added _systime for all platforms 2002-11-12 22:49:38 +00:00
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
tgi_colors.s
tgi_stddrv.s
toascii.s
tvtype.s
ucase_fn.s
wherex.s
wherey.s
write.s