RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

`PSR`: Wrong LE conditional check #185

Closed rhighs closed 1 year ago

rhighs commented 1 year ago

Probably a typo here (&& is used instead of ||) as the comment next to this statement also suggest using an or. Docs here just for reference.

Side note: we should implement some tests accounting for instructions with conditional execution, this way we can spot these little quirks more efficiently.