Commit Graph

3 Commits

Author SHA1 Message Date
Oliver Schmidt f7905a9042 Fixed comment typo. 2021-11-30 18:53:17 +01:00
Oliver Schmidt 406a0628bd Removed unnecessary zero page usage.
LDY <absolute>,X without page-crossing (sort of surprisingly) requires only 4 cycles, so there's after all no need at all to resort to LDY <zeropage>,X to stay inside the 4 cycle budget.
2020-05-12 23:01:21 +02:00
Oliver Schmidt 6334ca5e1b Added Stream-PDM client.
The program requires an Enhanced //e or a IIgs with an Uthernet II. It connects to an HTTP server and streams PDM audio data.
2020-05-09 23:49:05 +02:00