DaveTCode / GBADotnet

A C#/net core GBA emulator
MIT License
20 stars 1 forks source link

Fix mgba memory test regression #56

Closed DaveTCode closed 2 years ago

DaveTCode commented 2 years ago

At some point in the last week or two I've gone from passing all the mgba memory tests to image

The issues seem specific to DMA store into PPU memory: image

image

image

Maybe something to do with latching values? Possibly related to issues with DMA timings in mgba test where they appear to ignore wait states now