Stream Pulse-Density-Modulation Sound on the Apple II
Go to file
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
converter.c Added PDM converter. 2020-05-10 00:11:03 +02:00
LICENSE Initial commit 2020-05-09 22:40:15 +02:00
linenoise.c Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
linenoise.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
README.md Initial commit 2020-05-09 22:40:15 +02:00
stream-pdm.c Removed debug code. 2020-05-10 01:40:35 +02:00
stream.s Removed unnecessary zero page usage. 2020-05-12 23:01:21 +02:00
w5100_http.c Adjusted include path to external build. 2020-05-12 19:43:19 +02:00
w5100_http.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00
w5100.c Adjusted include path to external build. 2020-05-12 19:43:19 +02:00
w5100.h Added Stream-PDM client. 2020-05-09 23:49:05 +02:00

Stream-PDM

Stream Pulse-Density-Modulation Sound on the Apple II