ZCM/PCM-player without use of library
Posted: Sun May 12, 2024 2:38 pm
Here is a small demonstration on how to play ZCM files of any size, straight from disk. It uses a custom interrupt handler to keep the fifo-buffer filled. It consumes less then 256 bytes in total.
I included the theme of x16wars for demonstration.
Try It Now!
Source Runnable demo
5/14/2024: updated version in which the disk io is now outside the isr. Thanks to Tony3068 to point this out
I included the theme of x16wars for demonstration.
Try It Now!
Source Runnable demo
5/14/2024: updated version in which the disk io is now outside the isr. Thanks to Tony3068 to point this out