1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00
cc65/testcode/lib
Christian Groessler ccdbb2b0e6 Add testcode/lib/mouse-test.c. Rename samples/mousetest.c to mousedemo.c.
mouse-test.c can be use to test all available mouse drivers for a given target.
Currently supported targets are Atari, C64, and C128.
To avoid confusion, rename samples/mousetest.c to mousedemo.c.
2017-02-13 22:48:34 +01:00
..
atari Allow use of different charmaps on Atari target 2016-08-19 17:27:41 +02:00
gamate tweaked soft env 2015-12-25 00:59:22 +01:00
pce Added code to handle the special case of a zero-length move. 2015-11-02 17:09:45 -05:00
.gitignore Fixed the c128 ram (bank 1) emd. 2015-11-29 23:04:23 -08:00
arg-test.c Added test programs for the exec() function. 2013-08-25 00:49:03 -04:00
atoi-test.c Testcode for strtol and atoi. 2009-09-15 20:47:03 +00:00
clock.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
conio.c fixup conio.c some more. also includes merge of upstream/master because git is retarded. 2015-12-02 00:13:32 +01:00
cprintf.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
cursor.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
deb.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dir-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
div-test.c Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
em-test.c Merge pull request #241 from blackystardust/c128-function-ram-emd 2016-02-27 18:08:55 +01:00
exec-test1.c Harmonized usage of "KB" and "cc65". 2014-03-30 22:10:37 +02:00
exec-test2.c Harmonized usage of "KB" and "cc65". 2014-03-30 22:10:37 +02:00
fileio-test.c New module fileio-test.c 2002-11-17 23:00:14 +00:00
ft.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
getopt-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
getsp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
heaptest.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
joy-test.c fix last change 2014-06-02 08:41:35 +02:00
moddiv-test.c Added a test program for division and modulo operation. 2011-01-11 17:19:16 +00:00
mouse-test.c Add testcode/lib/mouse-test.c. Rename samples/mousetest.c to mousedemo.c. 2017-02-13 22:48:34 +01:00
mul-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
posixio-test.c include unistd.h -- fix by Daniel Serpell 2009-11-25 17:59:55 +00:00
rename-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
scanf-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
seek.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ser-test.c remove debug code 2013-12-06 20:53:49 +01:00
shift-test.c Added a test program to test the 16 bit shift ops. 2012-07-12 21:11:21 +00:00
signal-test.c Added signal-test.c 2003-03-16 14:27:24 +00:00
snprintf-test.c Added a test program for the special features of snprintf(). 2015-07-17 20:34:05 -04:00
sprintf-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strchr-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strdup-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strncmp-test.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strnicmp-test.c Introduced target 'atarixl'. 2013-05-28 21:56:37 +02:00
stroserror-test.c Added stroserror-test.c 2002-07-18 13:38:40 +00:00
strqtok-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Extended the test 2002-11-13 13:36:28 +00:00
tinyshell.c Some improvements to Atari exec() after review. 2016-06-14 20:44:57 +02:00
uname-test.c New file uname-test.c 2003-08-12 17:32:16 +00:00