Replaced joystick test program

git-svn-id: svn://svn.cc65.org/cc65/trunk@1822 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-21 09:35:54 +00:00
parent 69ac0ce1fc
commit deca5a5fba
3 changed files with 41 additions and 76 deletions

View File

@@ -11,7 +11,7 @@ em-test.c - test extended memory drivers
fileio-test.c - test C file i/o routines (fopen/fread/fwrite/fclose)
ft.c - file I/O test program (open + read functions)
getsp.s - helper routine for ft.c
joytest.c - readjoy function test program
joy-test.c - joystick driver test program
posixio-test.c - test POSIX file i/o routines (open/read/write/close)
seek.c - test lseek()/fseek()/ftell()
time-test.c - test the time/mktime/gmtime/asctime functions