1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/c64
Oliver Schmidt fe5af26f9f Express assumption about struct timespec.
We basically cast a struct timespec pointer to a time_t pointer when we pass the clock_settime() paramter to localtime(). Explicitly express that in the source code.
2018-08-18 01:29:40 +02:00
..
emd
extra
joy
mou
ser
tgi
_scrsize.s
acc_c64dtv_speed.s
acc_c65_speed.s
acc_c128_speed.s
acc_chameleon_speed.s
acc_detect_c64dtv.s
acc_detect_c65.s
acc_detect_c128.s
acc_detect_chameleon.s
acc_detect_scpu.s
acc_detect_turbomaster.s
acc_scpu_speed.s
acc_turbomaster_speed.s Optimized the code a bit, thanks to Greg for the suggestions/comments. 2018-05-01 14:46:57 -07:00
bordercolor.s split regular color.s into color.s and bordercolor.s 2015-10-14 17:25:35 +02:00
break.s
cgetc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
clrscr.s
color.s
conio.s
cputc.s
crt0.s Cleaned up C64 linker configs. 2016-03-13 14:32:07 +01:00
devnum.s
get_ostype.s
get_tv.s
gettime.s
irq.s
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
kbrepeat.s
kernal.s
kplot.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbdefault.s
mcbspritedata.s
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s Fixed some line endings. 2013-07-25 13:53:15 -04:00
pencalib.c
randomize.s
revers.s
settime.s
soft80_cgetc.s
soft80_charset.s
soft80_color.s
soft80_conio.s
soft80_cpeekc.s
soft80_cpeekcolor.s
soft80_cpeekrevers.s
soft80_cpeeks.s
soft80_cputc.s
soft80_kclrscr.s
soft80_kplot.s
soft80_scrsize.s maintain lsb of cursor x position internally, saves some bytes and some cycles too :) 2015-10-12 15:44:41 +02:00
soft80.inc
soft80mono_cgetc.s
soft80mono_color.s
soft80mono_conio.s
soft80mono_cpeekcolor.s
soft80mono_cputc.s
soft80mono_kclrscr.s
soft80mono_kplot.s
status.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sysuname.s
tgi_stat_stddrv.s
tgi_stddrv.s
tmcommon.s
waitvsync.s