1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00
cc65/testcode/lib
Oliver Schmidt a2a4868825 Added HGR and DHGR slide show programs.
The DHGR program is sort of a hack as it first switches to double (aka 80 col) text mode to prepare for double graphics mode. Therefore only one additional soft switch access is necessary after using TGI to generally switch to hires.
2018-03-30 00:08:26 +02:00
..
apple2 Added HGR and DHGR slide show programs. 2018-03-30 00:08:26 +02:00
atari Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
gamate rename all waitvblank() to waitvsync() 2017-07-17 23:15:05 +02: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
atoi-test.c
clock.c
conio.c rename all waitvblank() to waitvsync() 2017-07-17 23:15:05 +02:00
cpeek-test.c Fixed typo. 2018-01-02 13:48:30 +01:00
cprintf.c
cursor.c
deb.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
dir-test.c
div-test.c
em-test.c
exec-test1.c
exec-test2.c
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
getsp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
heaptest.c
joy-test.c style fixes 2018-03-08 04:05:10 +01:00
moddiv-test.c
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 Fix line endings (CRLF -> LF) on all affected files. 2017-03-10 11:21:14 +01:00
posixio-test.c
rename-test.c
scanf-test.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
seek.c
ser-test.c
shift-test.c
signal-test.c
snprintf-test.c
sprintf-test.c
strdup-test.c
strncmp-test.c
strnicmp-test.c
stroserror-test.c
strqtok-test.c
strtol-test.c
strtoul-test.c
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