bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.63k stars 154 forks source link

wdc65816: emulate (direct,X) wraparound bug in emulation mode #311

Closed Morilli closed 4 months ago

Morilli commented 4 months ago

Manually cherry-picked ares commit https://github.com/ares-emulator/ares/commit/be8fa76e7dc31b8cd7255f227932afd903501553.

With this patch, all tests from cputest-full.sfc of https://github.com/gilyon/snes-tests/releases/tag/v1.3 pass (previously failing tests).

Screwtapello commented 4 months ago

Thanks!