11-19-2021, 10:04 AM
(11-19-2021, 03:49 AM)Flavor Wrote: Cool! Are you doing this in ASM or C or mixed? What compiler are you using? Are you using any libraries or everything is from scratch?
It's C with only a bit of ASM used for hblank interrupts, learned from sodthor, and ADPCM playback learned from _mic. I started with the commonly available C framework and built it out from there. I use the Toshiba compiler for it.
The C framework is an amazing starting point. I wouldn't have gotten to where I am without it.