mirror of
https://github.com/cc65/cc65.git
synced 2025-03-04 16:30:33 +00:00
ca65's logical (Boolean) NOT operator was used where bitwise NOT should be used. The effect was that all sprites were shifted to the left side of a screen when the mouse sprite was put on the left side.