ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

rewrite dma code #49

Open ITotalJustice opened 2 years ago

ITotalJustice commented 2 years ago

current code is too complicated for what it actually does, the control flow is hard to reason about and very easily bugs can creep in.