1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 21:32:19 +00:00
cc65/libsrc/atari
2020-06-04 23:24:24 +02:00
..
emd
joy
mou
ser
targetutil
tgi Optimize the conversions from Atari ASCII to screen codes. 2019-01-23 00:05:31 +01:00
_scrsize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_sys.s
bgcolor.s
bordercolor.s atari: split color.s into bordercolor.s and bgcolor.s 2019-04-12 12:49:38 +02:00
break.s Adjusted comments to match actual prototypes. 2018-11-06 11:13:23 +01:00
carthdr.s
cartinit.s
cartstart.s
cashdr.s
casinit.s
cclear.s
cgetc.s
chline.s
clock.s
close.s
clrscr.s
cputc.s Code review adaptations, removed "cc65_" prefix from functions 2019-03-29 22:53:04 +01:00
crt0.s
ctype.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
cvline.s atari5200: implement bgcolor() and textcolor() 2019-04-12 12:49:38 +02:00
dio_cts.s
dio_stc.s Some minor cleanups. 2018-07-26 14:35:26 +02:00
diopncls.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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 Fix doesclrscrafterexit() function on atarixl target. 2016-06-13 21:16:27 +02:00
dosdetect.s Atari: add support for BW-DOS. Initially contributed by Daniel Serpell. 2018-09-27 17:37:59 +02:00
exec.s A small rearrangement of instructions in Atari's exec() to let the comments 2016-06-16 00:47:13 +02:00
exehdr.s
exetrailer.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fd.inc
fdtab.s
fdtable.s
fdtoiocb.s
findfreeiocb.inc
findfreeiocb.s
get_tv.s
getargs.s add support for XDOS command lines 2016-05-24 03:06:00 +02:00
getdefdev.s libsrc/atari/getdefdev.s: small comment change 2018-09-20 23:58:23 +02:00
getdevice.s
getfd.s
getres.s
gettime.s
gotox.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
graphics.s
initcwd.s Adjusted current working directory initialization on Apple and Atari. 2015-10-15 00:15:38 +02:00
inviocb.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
irq.s Atari: fix interrupt handling if extended memory is banked in 2018-09-05 11:28:15 +02:00
is_cmdline_dos.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
libref.s Split libref.s into multiple files to prevent inclusion of unnecessary code. 2020-06-04 23:24:24 +02:00
lseek.s
Makefile.inc
mcbdefault.s
mcbpm-shape.s
mcbpm.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
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
oserrlist.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
oserror.s
ostype.s Some style adjustments. 2020-04-02 10:42:06 +02:00
posixdirent.s
randomize.s
read.s
revers.s
romswitch.inc
rwcommon.s
save_area.inc
save_area.s rename LOWDATA segment to LOWBSS 2013-10-16 18:20:57 +02:00
savevec.s
scrdev.s
scroll.s Code review adaptations, removed "cc65_" prefix from functions 2019-03-29 22:53:04 +01:00
sdxtime-bss.s Atari: clock_gettime() and clock_settime() implementations 2018-09-25 21:11:05 +02:00
serref.s
setcolor.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
setcursor.s
settime.s
shadow_ram_handlers.s
shadow_ram_prepare.s
shadow_ram_timerirq1.s Fix timer IRQ hooking for atarixl target. 2014-01-14 14:03:06 +01:00
shadow_ram_timerirq2.s
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s Atari: add new function '_is_cmdline_dos()' and some other small changes. 2016-05-25 00:57:43 +02:00
system_check_hdr.s
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 add missing stddrv defines for atarixl 2014-01-21 23:09:00 +01:00
tgi_stddrv.s add missing stddrv defines for atarixl 2014-01-21 23:09:00 +01:00
tgiref.s Split libref.s into multiple files to prevent inclusion of unnecessary code. 2020-06-04 23:24:24 +02:00
toascii.s
ucase_fn.s Some Atari runtime library fixes. 2016-06-06 22:45:20 +02:00
wherex.s
wherey.s
write.s
xlmemchk.inc