[115] Companding
- Conlan Walker
- Jan 26, 2024
- 1 min read
This week has mostly been dedicated to input and learning, to the detriment of most time that would otherwise be put towards output. The OpenGL tutorial I'm looking at is quite long, and while I get the broad strokes, I'll spend some time over the weekend to make up for that output loss.
I wanted something of substance to show this week, so I made a more optimized blit routine for easy6502, which is significantly faster than its predecessor.
The original (and slower) version was recorded on 2022-10-24 (over a year ago!):
The new and improved version was made this thursday:
And here's the boring code for it:
Comments