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
d8feaf2e54d90582450165695fdc4438bf0b4bfc
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
Use RMARGN instead of a hard coded value for compatibility with XEP80.
2008-07-01 20:58:03 +00:00
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
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
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
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
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
add Atari MultiJoy driver from Stefan A. Haubenthal
2009-04-11 18:10:44 +00:00
atari-stdjoy.s
…
break.s
Fixed an error in the reset_brk() routine of all target machines (all the code
2001-09-13 15:29:13 +00:00
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
…
cvline.s
…
dio_cts.s
…
dio_stc.s
…
diopncls.s
…
dioqsize.s
…
dioread.s
…
diowrite.s
…
diowritev.s
fix a typo in the comment
2001-11-06 01:30:38 +00:00
do_oserr.s
…
dosdetect.s
…
fd.inc
…
fdtab.s
…
fdtable.s
…
fdtoiocb.s
…
getargs.s
…
getdefdev.s
…
getfd.s
…
gotox.s
…
gotoxy.s
…
gotoy.s
…
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
really use default drive
2010-10-29 19:53:45 +00:00
randomize.s
…
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_stddrv.s
…
toascii.s
…
tvtype.s
…
ucase_fn.s
…
wherex.s
…
wherey.s
…
write.s
…