1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +00:00
cc65/libsrc/atari
Oliver Schmidt 0c54a19a0b Adjusted to recent driver interface change.
The change is inspired by the code of the standard joystick driver. It is however absolutely untested.

Note: Sites like http://raster.atariportal.cz/english.htm state that there needs to be a delay when reading joysticks via the MultiJoy adapter. There's no such delay in the driver. But I don't dare to decide to add it.
2017-08-20 11:49:02 +02:00
..
emd Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
joy Adjusted to recent driver interface change. 2017-08-20 11:49:02 +02:00
mou Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
ser Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
targetutil Add issues from pull request #307. 2016-06-07 12:07:38 +02:00
tgi Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
_scrsize.s
_sys.s
break.s
carthdr.s
cartinit.s
cartstart.s
cashdr.s
casinit.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
cclear.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
cgetc.s
chline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
clock.s
close.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
clrscr.s
color.s
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
ctype.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cvline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
dio_cts.s
dio_stc.s
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
diowritev.s
do_oserr.s
doesclrscr.s Fix doesclrscrafterexit() function on atarixl target. 2016-06-13 21:16:27 +02:00
dosdetect.s add support for XDOS command lines 2016-05-24 03:06:00 +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 Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
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 move findfreeiocb function into its own object file 2013-06-25 01:29:56 +02:00
get_tv.s
getargs.s add support for XDOS command lines 2016-05-24 03:06:00 +02:00
getdefdev.s Atari: fix lookup of default device on XDOS. 2016-09-12 23:40:25 +02:00
getfd.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
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 Adjusted current working directory initialization on Apple and Atari. 2015-10-15 00:15:38 +02:00
inviocb.s
irq.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
is_cmdline_dos.s More optimization in libsrc/atari/is_cmdline_dos.s. 2017-01-24 21:01:42 +01:00
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
libref.s
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
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
mul40.s
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
revers.s
romswitch.inc
rwcommon.s
save_area.inc untabify 2013-09-27 22:01:54 +02:00
save_area.s
savevec.s
scrdev.s
scroll.s
serref.s
setcolor.s
shadow_ram_handlers.s Atari: fix lookup of default device on XDOS. 2016-09-12 23:40:25 +02:00
shadow_ram_prepare.s
shadow_ram_timerirq1.s
siocall.s
syschdir.s
sysmkdir.s
sysremove.s
sysrename.s Normalized style. 2014-06-03 18:30:11 +02:00
sysrmdir.s Atari: add new function '_is_cmdline_dos()' and some other small changes. 2016-05-25 00:57:43 +02:00
system_check.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
systime.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sysuname.s New uname function 2003-08-12 17:24:02 +00:00
tgi_colors.s
tgi_stat_stddrv.s
tgi_stddrv.s
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