MiSTer-devel / Gameboy_MiSTer

Gameboy for MiSTer
99 stars 46 forks source link

APU DAC disable implementation and APU refactor #235

Closed maij closed 1 year ago

maij commented 1 year ago

Fixes #232. I have also refactored most of the APU code, breaking out each audio channel into processes since there is no interdependence between them. This makes it easier to verify the scope of a variable.