Added fixpoint sine and cosine functions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4399 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-10-29 23:19:00 +00:00
parent 50c1db0331
commit 7d453f5e11
4 changed files with 188 additions and 0 deletions

View File

@@ -99,6 +99,9 @@ S_OBJS = _cwd.o \
atexit.o \
atoi.o \
calloc.o \
cc65_cos.o \
cc65_sin.o \
cc65_sintab.o \
chdir.o \
copydata.o \
creat.o \