9 Commits

Author SHA1 Message Date
fb0b237e0c ttf-bitmap: allow arbitrary width/height glyphs 2024-02-02 08:49:35 +08:00
bc7e9f8a3d vec3: add cross product 2023-07-23 06:21:18 +00:00
60f3a9d344 math/fp: negation operator declaration 2023-07-23 06:21:18 +00:00
db3729992e math/fp: add shift operators 2023-07-22 23:10:50 -07:00
acf521e8ac cube: add example 2023-07-01 04:09:54 +00:00
778138971f midi: play c major scale
TIMA occurs at half the speed predicted in the SCSP manual in
mednafen, but at the correct speed in Kronos. I don't know which is
correct.
2023-06-27 10:15:14 +00:00
4af5a3ba92 vdp1: add normal_sprite example 2023-01-28 17:09:25 -08:00
c9818de11f add specular 2023-01-25 16:07:52 -08:00
ab809791cd reorganize math and libgcc
I'd like to include bits of libgcc piecemeal--I don't want to "accidentally"
start depending on libgcc bits that I'm not aware of.

Reworked division so that it uses the on-chip division register.
2023-01-25 16:07:46 -08:00