This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
mirror of
https://github.com/cc65/cc65.git
synced
2025-01-29 06:30:30 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cc65
/
libsrc
/
atari
History
…
..
_scrsize.s
…
atari_tgi_common.inc
…
atari-3.s
…
atari-4.s
…
atari-5.s
…
atari-6.s
…
atari-7.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-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
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-11.s
…
atari-14.s
…
atari-15.s
…
atari-15p2.s
…
atari-multijoy.s
…
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
…
crt0.s
…
ctype.s
Removed __cdiff. Since the assembler does character set translation for
2002-11-22 00:53:46 +00:00
cvline.s
…
dio_cts.s
…
dio_stc.s
…
diopncls.s
clean up
2005-02-20 00:39:46 +00:00
dioqsize.s
…
dioread.s
…
diowrite.s
…
diowritev.s
…
do_oserr.s
…
dosdetect.s
space optimization by Stefan Haubenthal
2007-03-28 19:34:48 +00:00
fd.inc
added some comments
2003-01-05 23:30:44 +00:00
fdtab.s
…
fdtable.s
move fdtoiocb function into its own file -- idea by Daniel Serpell
2009-11-23 21:59:29 +00:00
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
…
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
multiply by 40 routine
2000-06-23 22:06:37 +00:00
open.s
…
oserrlist.s
…
oserror.s
…
ostype.s
…
posixdirent.s
…
randomize.s
…
read.s
…
revers.s
put _revflag into .bss
2009-11-25 17:44:54 +00:00
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_stddrv.s
…
toascii.s
…
tvtype.s
…
ucase_fn.s
…
wherex.s
…
wherey.s
…
write.s
…