1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/atari
Christian Groessler 3baf01f531 Always print the mouse cursor, even if coordinates haven't changed.
This makes sure that the cursor is always visible, even if the program
has written text to the screen (only valid for non-P/M mouse callbacks).
2014-01-14 14:03:06 +01:00
..
emd
joy
mou Always print the mouse cursor, even if coordinates haven't changed. 2014-01-14 14:03:06 +01:00
ser small optimzation (found by Greg King) 2013-12-07 01:24:05 +01:00
tgi Some formatting and style fixes. 2013-10-01 11:36:37 +02:00
_scrsize.s
_sys.s
break.s
cclear.s
cgetc.s Use '.ifdef' and '.ifndef' instead of '.if .defined' and '.if .not .defined'. 2013-09-19 22:36:22 +02:00
chline.s
clock.s
close.s
clrscr.s
color.s
cputc.s
crt0.s Force inclusion of 'shadow RAM preparation' load chunk in crt0.s and 2013-10-18 22:08:26 +02:00
ctype.s
cvline.s
dio_cts.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
dio_stc.s
diopncls.s
dioqsize.s
dioread.s
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 Put EXE header and main chunk load header into a single file -- 2013-10-18 14:54:22 +02:00
exetrailer.s atari-asm.cfg linker config file 2013-10-18 03:08:26 +02:00
fd.inc
fdtab.s
fdtable.s
fdtoiocb.s
findfreeiocb.inc
findfreeiocb.s
getargs.s
getdefdev.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
getfd.s
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
inviocb.s
irq.s Use deferred VBI instead of immediate VBI. A deferred VBI won't be 2014-01-04 20:33:24 +01:00
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 Fix timer IRQ hooking for atarixl target. 2014-01-14 14:03:06 +01:00
lseek.s
Makefile.inc
mcbdefault.s align comment to the same column 2014-01-11 01:18:07 +01:00
mouse_stat_stddrv.s use ST mouse as static standard driver, too 2014-01-11 01:37:49 +01:00
mouse_stddrv.s Add drivers for ST mouse, Amiga mouse, and Atari trakball. Access 2014-01-04 20:33:24 +01:00
mul40.s Add "joystick mouse" driver and default mouse callback routine (not 2014-01-04 20:33:24 +01:00
open.s implement _sysrename for Atari 2013-07-24 00:40:09 +02:00
oserrlist.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
oserror.s
ostype.s
posixdirent.s
randomize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
read.s
revers.s
romswitch.inc comment and formatting fixes 2013-10-16 18:20:48 +02:00
rwcommon.s
save_area.inc untabify 2013-09-27 22:01:54 +02:00
save_area.s rename LOWDATA segment to LOWBSS 2013-10-16 18:20:57 +02:00
savevec.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scrdev.s untabify 2013-09-27 22:01:54 +02:00
scroll.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ser_libref.s add serial driver for Atari, still contains much debug code 2013-12-06 20:53:49 +01:00
setcolor.s
shadow_ram_handlers.s rename LOWDATA segment to LOWBSS 2013-10-16 18:20:57 +02:00
shadow_ram_prepare.s Force inclusion of 'shadow RAM preparation' load chunk in crt0.s and 2013-10-18 22:08:26 +02:00
shadow_ram_timerirq1.s Fix timer IRQ hooking for atarixl target. 2014-01-14 14:03:06 +01:00
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s
sysrmdir.s
system_check.s Rename 'syschk' symbol in the linker config file, which forces inclusion 2013-10-18 03:08:15 +02:00
systime.s
sysuname.s
tgi_colors.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi_stat_stddrv.s
tgi_stddrv.s
toascii.s
tvtype.s
ucase_fn.s
wherex.s
wherey.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
write.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
xlmemchk.inc