bsnes-emu / bsnes

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

wdc65816: fix PLB wrapping in emulation mode #299

Closed Screwtapello closed 6 months ago

Screwtapello commented 11 months ago

@asiekierka found an issue in ares' WDC65816 emulation and we can probably (hopefully) copy the fix from ares.

Regarding PLB, it looks like it reads from $200 and snes9x, mesen, bsnes, and the official CPU manual all got it wrong.

Reproduced and verified on real hardware via https://github.com/gilyon/snes-tests

Screwtapello commented 11 months ago

Fixed in dab534b6584e4debef2c9572e6b6588a604d79a9.

orbea commented 6 months ago

@Screwtapello If this is fixed can you close the issue?

Screwtapello commented 6 months ago

Whoops, thanks for the reminder!