1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/testcode/lib
Christian Groessler ec5e38617a atari5200: implement bgcolor() and textcolor()
Includes some other small fixes/cleanups.
2019-04-12 12:49:38 +02:00
..
accelerator Added missing file. 2018-05-01 14:44:23 -07:00
apple2 Adjusted style. 2018-03-30 00:11:40 +02:00
atari Add support for INITAD to the Atari binary format. 2019-02-21 19:00:03 -03:00
atari5200 atari5200: implement bgcolor() and textcolor() 2019-04-12 12:49:38 +02:00
gamate remove TABs 2019-02-05 23:27:52 +01:00
pce Changed the PC-Engine's configuration file, so that the command line can build 8K, 16K, and 32K carts. 2018-02-23 16:06:49 -05:00
.gitignore
arg-test.c Added test programs for the exec() function. 2013-08-25 00:49:03 -04:00
atoi-test.c
clock-test.c clock-test.c: remove "static" optimization 2018-09-25 21:11:05 +02:00
clock.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
conio.c Added more source-code improvements to the conio test program. 2018-08-20 14:55:39 -04:00
cpeek-test.c Fixed typo. 2018-01-02 13:48:30 +01:00
cprintf.c
cursor.c
deb.c
dir-test.c
div-test.c Made div-test.c use doesclrscrafterexit(). 2018-11-09 17:11:03 -05:00
em-test.c
exec-test1.c
exec-test2.c
fileio-test.c
ft.c
getopt-test.c
getsp.s
heaptest.c
joy-test.c style fixes 2018-03-08 04:05:10 +01:00
moddiv-test.c Added a test program for division and modulo operation. 2011-01-11 17:19:16 +00:00
mouse-test.c Use Timer2 for mouse polling. 2019-01-29 22:00:55 +01:00
mul-test.c Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
posixio-test.c include unistd.h -- fix by Daniel Serpell 2009-11-25 17:59:55 +00:00
rename-test.c
scanf-test.c
seek.c seek test: Test some additional error cases. 2018-08-20 22:24:48 +02:00
ser-test.c remove debug code 2013-12-06 20:53:49 +01:00
shift-test.c
signal-test.c
snprintf-test.c
sprintf-test.c
strdup-test.c
strncmp-test.c
strnicmp-test.c
stroserror-test.c
strpbrk-test.c Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok-test.c
strtol-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoul-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
time-test.c
tinyshell.c Some improvements to Atari exec() after review. 2016-06-14 20:44:57 +02:00
uname-test.c