Skip to content

Fix some x and y flag calculations.

Eric Smith requested to merge brouhaha/tnylpo:brouhaha into master

Comparisons like ((reg_a & 0x20) == 1) are always false.

Merge request reports