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

suite.gba - failing memory test due to dma timing #109

Open ITotalJustice opened 1 year ago

ITotalJustice commented 1 year ago

if i delay immediate dma's by 1-3 cycles (3 cycles is correct), then the test fails most dma stores.

image

however if i a make the dma's fire instantly then it completely passes the test.

image