..
emd
Added library reference em_libref to EMD interface.
2013-06-01 00:11:31 +02:00
extra
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
joy
Added library reference joy_libref to JOY interface.
2013-06-01 00:36:08 +02:00
mou
Added library reference mouse_libref to MOU interface.
2013-06-01 00:53:17 +02:00
ser
Added library reference ser_libref to SER interface.
2013-06-01 11:03:14 +02:00
targetutil
Use unique variables for cc65 toolchain.
2013-06-04 23:39:00 +02:00
tgi
Added library reference tgi_libref to TGI interface.
2013-06-01 12:42:00 +02:00
_scrsize.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
break.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cclear.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cgetc.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
chline.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
close.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
closedir.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
clrscr.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
color.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cout.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
cputc.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
crt0.s
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors.
2013-02-12 22:39:38 +00:00
ctype.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
curdevice.s
Introduced getcurrentdevice() and implemented it for CBM and Apple.
2012-10-21 14:35:17 +00:00
cvline.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
devicedir.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
dioclose.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
diocommon.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
dioopen.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
dioread.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
diosectcount.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
diosectsize.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
diowrite.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
dir.h
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
dosdetect.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
exec.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
exehdr.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filedes.inc
Cosmetic changes from Oliver Schmidt
2005-04-15 08:27:09 +00:00
filedes.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
filename.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
get_ostype.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
getdevice.s
I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers.
2012-10-15 21:59:51 +00:00
gotoxy.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
gotoy.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
home.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
initcwd.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
iobuf.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
irq.s
Removed unnecessary include.
2013-02-14 16:16:57 +00:00
isdevice.s
I wasn't aware that the unit numbers in the ProDOS device list contain device type identifiers in the low nibble. So if we can't use the device list entries as-is we can as well present the high nibble as low nibble to the user thus providing more meaningful device numbers.
2012-10-15 21:59:51 +00:00
joy_stat_stddrv.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
joy_stddrv.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
kbhit.s
Cosmetic changes requested by Oliver Schmidt
2005-03-30 18:17:57 +00:00
libref.s
Added library reference tgi_libref to TGI interface.
2013-06-01 12:42:00 +02:00
mainargs.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mcbdefault.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mli.inc
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mli.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mouse_stat_stddrv.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
mouse_stddrv.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
open.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
opendir.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
oserrlist.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
oserror.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
randomize.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
rdkey.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
read.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
readdir.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
reboot.s
Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors.
2013-02-12 22:39:38 +00:00
revers.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
rewinddir.c
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
rwcommon.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
syschdir.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
sysmkdir.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
sysremove.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
sysrename.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
sysrmdir.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
systime.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
sysuname.s
textframe.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
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
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
tgi_stddrv.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
toascii.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
videomode.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
vtabz.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
wherex.s
Removed (pretty inconsistently used) tab chars from source code base.
2013-05-09 13:57:12 +02:00
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