1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00
cc65/libsrc/plus4
Oliver Schmidt 4aa19494f5 Removed dysfunctional kbrepeatdelay() and kbrepeatrate().
As discussed in https://github.com/cc65/cc65/pull/452 after my premature merge the two functions in question don't work as expected.

Additionally I adjusted several style deviations in the pull request in question.
2017-08-30 16:37:59 +02:00
..
joy Removed joy_masks array. 2017-08-19 19:11:28 +02:00
ser
_scrsize.s
break.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cgetc.s Moved things into ONCE. 2016-03-15 22:55:36 +01:00
clrscr.s
color.s
conio.s
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s Renamed RAM to MAIN for all disk based targets. 2016-03-07 01:28:55 +01:00
devnum.s
get_tv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
irq.s
joy_stat_stddrv.s
joy_stddrv.s
kacptr.s
kbasin.s
kbhit.s
kbrepeat.s Removed dysfunctional kbrepeatdelay() and kbrepeatrate(). 2017-08-30 16:37:59 +02:00
kbsout.s
kchkin.s
kciout.s
kckout.s
kclall.s
kclose.s
kclrch.s
kiobase.s Added wrappers for the kernal functions 2002-11-22 22:16:20 +00:00
klisten.s
kload.s
kopen.s
kplot.s
krdtim.s
kreadst.s
ksave.s
kscnkey.s Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. 2016-08-07 15:50:10 -04:00
ksetlfs.s
ksetnam.s
ksettim.s
ktalk.s
kudtim.s Added C-code interfaces for the CBM Kernal functions SCNKEY and UDTIM. 2016-08-07 15:50:10 -04:00
kunlsn.s
kuntlk.s
libref.s Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
randomize.s Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
revers.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
status.s
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
waitvsync.s add headers/fix formatting 2017-07-18 01:04:53 +02:00