.. |
emd
|
|
|
joy
|
|
|
mou
|
Create static drivers directly from source files.
|
2014-06-04 23:50:18 +02:00 |
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
|
|
|
break.s
|
|
|
carthdr.s
|
|
|
cartinit.s
|
|
|
cartstart.s
|
|
|
cashdr.s
|
|
|
casinit.s
|
|
|
cclear.s
|
|
|
cgetc.s
|
|
|
chline.s
|
|
|
clock.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
close.s
|
|
|
clrscr.s
|
Fix writing one byte beyond screen buffer.
|
2013-06-21 11:33:55 +02:00 |
color.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
cputc.s
|
|
|
crt0.s
|
|
|
ctype.s
|
|
|
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
|
|
|
dioqsize.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
dioread.s
|
|
|
diowrite.s
|
|
|
diowritev.s
|
|
|
do_oserr.s
|
|
|
doesclrscr.s
|
|
|
dosdetect.s
|
|
|
exec.s
|
|
|
exehdr.s
|
Renamed RAM to MAIN for all disk based targets.
|
2016-03-07 01:28:55 +01:00 |
exetrailer.s
|
|
|
fd.inc
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
fdtab.s
|
|
|
fdtable.s
|
|
|
fdtoiocb.s
|
|
|
findfreeiocb.inc
|
|
|
findfreeiocb.s
|
|
|
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
|
|
|
getdevice.s
|
Implementation of getfirstdevice/getnextdevice for Atari.
|
2017-12-28 04:54:18 +01:00 |
getfd.s
|
|
|
gotox.s
|
|
|
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
|
Renamed INITBSS to INIT and INIT to ONCE.
|
2016-03-06 21:27:19 +01:00 |
is_cmdline_dos.s
|
|
|
joy_stat_stddrv.s
|
add missing stddrv defines for atarixl
|
2014-01-21 23:09:00 +01:00 |
joy_stddrv.s
|
|
|
kbhit.s
|
|
|
libref.s
|
|
|
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
|
|
|
mcbpm-shape.s
|
|
|
mcbpm.s
|
|
|
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
|
|
|
mouse_stat_stddrv.s
|
use ST mouse as static standard driver, too
|
2014-01-11 01:37:49 +01:00 |
mouse_stddrv.s
|
|
|
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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
oserror.s
|
Implement exec() for Atari XDOS.
|
2016-06-13 20:40:01 +02:00 |
ostype.s
|
|
|
posixdirent.s
|
close IOCB if open failed -- otherwise is is still marked as "in use"
|
2013-07-09 23:59:27 +02:00 |
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
|
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 |
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
|
Atari: split "setcursor" function out of cgetc.s source file into setcursor.s.
|
2017-10-03 21:58:52 +02:00 |
shadow_ram_handlers.s
|
|
|
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
|
|
|
siocall.s
|
|
|
syschdir.s
|
implement _sysrename for Atari
|
2013-07-24 00:41:49 +02:00 |
sysmkdir.s
|
|
|
sysremove.s
|
implement _sysrename for Atari
|
2013-07-24 00:41:49 +02:00 |
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_stat_stddrv.s
|
add missing stddrv defines for atarixl
|
2014-01-21 23:09:00 +01:00 |
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
|
|
|