]> git.sur5r.net Git - cc65/commit
Merged the sine/cosine routines into one file, because they're often used
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 30 Oct 2009 09:58:11 +0000 (09:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 30 Oct 2009 09:58:11 +0000 (09:58 +0000)
commitc65925b0b912f4b3665291e380a195d2b27d4fe8
treeea91ce2b342de4e68428fa69d637795d036b7866
parent7d453f5e117b61a88403b5a52b3cd1012ace43fa
Merged the sine/cosine routines into one file, because they're often used
together, we save some code in this case, and the sine table isn't of real use
for programs, because it contains some specialities.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4400 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/common/Makefile
libsrc/common/cc65_cos.s [deleted file]
libsrc/common/cc65_sin.s [deleted file]
libsrc/common/cc65_sincos.s [new file with mode: 0644]
libsrc/common/cc65_sintab.s [deleted file]