This website requires JavaScript.
Explore
Help
Sign In
bslathi19
/
cc65
Watch
1
Star
0
Fork
0
You've already forked cc65
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
2f82cb4fb8cc55aa0dfea29c435d23bee75c94a6
cc65
/
libsrc
/
atari
History
uz
4026a28c60
Added a new flags byte to the TGI headers. Bumped the API version.
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@5083 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-07-17 11:23:27 +00:00
..
_scrsize.s
…
atari_tgi_common.inc
…
atari-3.s
…
atari-4.s
…
atari-5.s
…
atari-6.s
…
atari-7.s
…
atari-8.s
…
atari-8p2.s
…
atari-9.s
…
atari-9p2.s
…
atari-10.s
…
atari-10p2.s
…
atari-11.s
…
atari-14.s
…
atari-15.s
…
atari-15p2.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-multijoy.s
…
atari-stdjoy.s
…
break.s
…
cclear.s
…
cgetc.s
…
chline.s
…
clock.s
…
close.s
…
clrscr.s
…
color.s
…
cputc.s
…
crt0.s
…
ctype.s
…
cvline.s
call setcursor
2002-12-12 23:50:35 +00:00
dio_cts.s
…
dio_stc.s
dio functions and type now have no leading _ anymore; swapped phys. and
2000-11-16 21:27:07 +00:00
diopncls.s
…
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
…
fdtab.s
…
fdtable.s
…
fdtoiocb.s
…
getargs.s
…
getdefdev.s
…
getfd.s
…
gotox.s
call setcursor to update cursor settings
2002-11-26 21:32:08 +00:00
gotoxy.s
…
gotoy.s
call setcursor to update cursor settings
2002-11-26 21:32:08 +00:00
graphics.s
…
initcwd.s
…
inviocb.s
…
joy_stddrv.s
…
kbhit.s
…
lseek.s
…
Makefile
…
mul40.s
…
open.s
…
oserrlist.s
…
oserror.s
…
ostype.s
…
posixdirent.s
…
randomize.s
…
read.s
Declare zero page variables before use. Otherwise they aren't used in zero
2006-04-09 11:43:03 +00:00
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
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
fixed int promotion problem; optimized as suggested by Carsten Strotmann
2003-01-02 21:47:49 +00:00
wherey.s
…
write.s
…