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
854e34e2275fdcfa246fdbcfc3fa1cdac1e8c5f9
cc65
/
libsrc
/
atari
History
cpg
fed0a0a52d
determines OS version
...
git-svn-id: svn://svn.cc65.org/cc65/trunk@146 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-07-10 23:38:14 +00:00
..
atari.inc
…
break.s
…
cclear.s
…
cgetc.s
…
chline.s
…
close.s
…
clrscr.s
…
color.s
…
conio.s
…
cputc.s
use mul40 routine instead of doing the multiplication myself
2000-06-23 22:05:59 +00:00
crt0.s
adapt reserved memory with _graphmode_used variable (user settable)
2000-06-25 01:45:30 +00:00
ctype.s
…
cvline.s
…
fdtable.s
renamed fd_table, fd_index to __fd_table and __fd_index (C naming)
2000-06-25 01:40:29 +00:00
getargs.s
…
gotox.s
…
gotoxy.s
…
gotoy.s
…
graphuse.s
provides default value for __graphmode_used variable
2000-06-25 01:50:43 +00:00
kbhit.s
…
Makefile
ostype.o: new object file
2000-07-10 23:14:14 +00:00
mul40.s
multiply by 40 routine
2000-06-23 22:06:37 +00:00
open.s
…
oserror.s
…
ostype.s
determines OS version
2000-07-10 23:38:14 +00:00
read.s
…
readjoy.s
…
revers.s
…
rwcommon.s
…
savevec.s
…
scroll.s
full-screen scroll routine (up and down)
2000-06-23 22:10:25 +00:00
setcolor.s
…
where.s
…
write.s
…