1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-12 07:07:19 +00:00
cc65/libsrc/atari
cpg 1d934b205f provides default value for __graphmode_used variable
git-svn-id: svn://svn.cc65.org/cc65/trunk@125 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-06-25 01:50:43 +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 graphuse.o: new object file 2000-06-25 01:43:36 +00:00
mul40.s multiply by 40 routine 2000-06-23 22:06:37 +00:00
open.s
oserror.s
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 setcolor, getcolor and setcolor_low functions 2000-06-22 00:42:26 +00:00
where.s
write.s