1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/atari
Christian Groessler ec5e38617a atari5200: implement bgcolor() and textcolor()
Includes some other small fixes/cleanups.
2019-04-12 12:49:38 +02:00
..
emd
joy
mou
ser
targetutil
tgi
_scrsize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_sys.s
bgcolor.s atari: split color.s into bordercolor.s and bgcolor.s 2019-04-12 12:49:38 +02:00
bordercolor.s
break.s
carthdr.s Minor cleanup. 2014-01-17 21:20:53 +01:00
cartinit.s
cartstart.s
cashdr.s cleanups; split 'header' and 'init' part into two source files 2014-02-21 22:43:44 +01:00
casinit.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cclear.s
cgetc.s
chline.s atari5200: implement bgcolor() and textcolor() 2019-04-12 12:49:38 +02:00
clock.s
close.s
clrscr.s Fix writing one byte beyond screen buffer. 2013-06-21 11:33:55 +02:00
cputc.s
crt0.s
ctype.s
cvline.s atari5200: implement bgcolor() and textcolor() 2019-04-12 12:49:38 +02:00
dio_cts.s
dio_stc.s
diopncls.s
dioqsize.s
dioread.s
diowrite.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
diowritev.s
do_oserr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
doesclrscr.s
dosdetect.s
exec.s
exehdr.s
exetrailer.s
fd.inc
fdtab.s
fdtable.s
fdtoiocb.s
findfreeiocb.inc
findfreeiocb.s
get_tv.s
getargs.s
getdefdev.s
getdevice.s
getfd.s
getres.s Atari: implement clock_getres() 2018-09-28 09:47:20 +02:00
gettime.s Atari: clock_gettime() and clock_settime() implementations 2018-09-25 21:11:05 +02:00
gotox.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
gotoxy.s
gotoy.s
graphics.s close IOCB if open failed -- otherwise is is still marked as "in use" 2013-07-09 23:39:42 +02:00
initcwd.s
inviocb.s
irq.s
is_cmdline_dos.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
libref.s
lseek.s
Makefile.inc
mcbdefault.s
mcbpm-shape.s
mcbpm.s
mcbtxtchar-char.s
mcbtxtchar.s Code review adaptations, removed "cc65_" prefix from functions 2019-03-29 22:53:04 +01:00
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s Use Timer2 for mouse polling. 2019-01-29 22:00:55 +01:00
open.s Fix exec() for atarixl target. 2016-06-15 23:52:16 +02:00
oserrlist.s
oserror.s Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
ostype.s
posixdirent.s
randomize.s
read.s fix uninitialized use of 'buflen' 2014-02-19 22:39:39 +01:00
revers.s
romswitch.inc
rwcommon.s
save_area.inc
save_area.s
savevec.s
scrdev.s
scroll.s
sdxtime-bss.s
serref.s rename ser_libref.s to serref.s in order to be consistent with other targets 2014-04-22 13:42:17 +02:00
setcolor.s
setcursor.s
settime.s
shadow_ram_handlers.s
shadow_ram_prepare.s
shadow_ram_timerirq1.s
shadow_ram_timerirq2.s
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
system_check_hdr.s Separate header and trailers of Atari system_check chunk. 2019-02-21 19:00:17 -03:00
system_check_trailer.s
system_check.s Separate header and trailers of Atari system_check chunk. 2019-02-21 19:00:17 -03:00
sysuname.s
tgi_stat_stddrv.s
tgi_stddrv.s
toascii.s
ucase_fn.s
wherex.s
wherey.s
write.s
xlmemchk.inc