1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/atari
2014-04-25 02:07:44 +02:00
..
emd
joy
mou Turn off mouse polling interrupt if the mouse hasn't been moved for 2014-02-14 01:44:00 +01:00
ser small optimzation (found by Greg King) 2013-12-07 01:24:05 +01:00
targetutil Have src/Makefile and libsrc/Make use disjoint work directories. 2014-03-05 23:24:35 +01:00
tgi
_scrsize.s
_sys.s
break.s
carthdr.s Minor cleanup. 2014-01-17 21:20:53 +01:00
cartinit.s put code in CODE segment 2014-01-17 11:48:12 +01:00
cartstart.s Minor cleanup. 2014-01-17 21:20:53 +01:00
cashdr.s cleanups; split 'header' and 'init' part into two source files 2014-02-21 22:43:44 +01:00
casinit.s cleanups; split 'header' and 'init' part into two source files 2014-02-21 22:43:44 +01:00
cclear.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cgetc.s
chline.s add some conio functions 2014-03-11 01:17:59 +01:00
clock.s
close.s
clrscr.s
color.s
cputc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
crt0.s fix indentation 2014-03-07 23:15:57 +01:00
ctype.s
cvline.s add some conio functions 2014-03-11 01:17:59 +01:00
dio_cts.s
dio_stc.s
diopncls.s
dioqsize.s
dioread.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
diowrite.s
diowritev.s
do_oserr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dosdetect.s
exehdr.s
exetrailer.s
fd.inc
fdtab.s
fdtable.s
fdtoiocb.s
findfreeiocb.inc
findfreeiocb.s move findfreeiocb function into its own object file 2013-06-25 01:29:56 +02:00
get_tv.s rename libsrc/atari/tvtype.s to libsrc/atari/get_tv.s 2014-03-04 15:44:10 +01:00
getargs.s
getdefdev.s
getfd.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
gotox.s
gotoxy.s
gotoy.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
graphics.s
initcwd.s Use symbolic names for all CIO commands. 2013-06-10 12:45:51 +02:00
inviocb.s
irq.s Use deferred VBI instead of immediate VBI. A deferred VBI won't be 2014-01-20 23:04:28 +01:00
joy_stat_stddrv.s add missing stddrv defines for atarixl 2014-01-21 23:09:00 +01:00
joy_stddrv.s add missing stddrv defines for atarixl 2014-01-21 23:09:00 +01:00
kbhit.s
libref.s Split libref.s into multiple files to prevent inclusion of unnecessary code. 2014-04-22 12:50:07 +02:00
lseek.s
Makefile.inc Selection whether to use page 6 for mouse P/M data is not done in 2014-04-21 11:41:37 +02:00
mcbdefault.s - always use page 6 for P/M mouse cursor 2014-04-11 23:51:49 +02:00
mcbpm-shape.s Put mouse cursor shape definition into .rodata. 2014-04-24 02:04:08 +02:00
mcbpm.s Selection whether to use page 6 for mouse P/M data is not done in 2014-04-21 11:41:37 +02:00
mcbtxtchar-char.s address issue raised in the pull request; add support to not use page 6 2014-04-15 11:37:34 +02:00
mcbtxtchar.s address issue raised in the pull request; add support to not use page 6 2014-04-15 11:37:34 +02:00
mouse_stat_stddrv.s use ST mouse as static standard driver, too 2014-01-20 23:04:29 +01:00
mouse_stddrv.s Add drivers for ST mouse, Amiga mouse, and Atari trakball. Access 2014-01-20 23:04:29 +01:00
mouseref.s Split libref.s into multiple files to prevent inclusion of unnecessary code. 2014-04-22 12:50:07 +02:00
mul40.s Add "joystick mouse" driver and default mouse callback routine (not 2014-01-04 20:33:24 +01:00
open.s
oserrlist.s
oserror.s
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 untabify 2013-09-27 22:01:54 +02:00
save_area.s
savevec.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scrdev.s
scroll.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
shadow_ram_handlers.s rename LOWDATA segment to LOWBSS 2013-10-16 18:20:57 +02:00
shadow_ram_prepare.s
shadow_ram_timerirq1.s Fix timer IRQ hooking for atarixl target. 2014-01-20 23:04:30 +01:00
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
system_check.s
systime.s
sysuname.s
tgi_colors.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
toascii.s
ucase_fn.s
wherex.s
wherey.s
write.s
xlmemchk.inc