Implement audio
Opened this issue · 0 comments
Dandigit commented
I've been meaning to do this for a while. Once SDL is up and running I'd like to implement the audio functionality of the GameBoy. Right now I'm thinking that I'll add an APU memory device that processes the data in the audio registers and spits out some kind of audio buffer. Will need to read up a bit on this first.