sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
519 stars 85 forks source link

Fix ZX sprite rendering #78

Closed taylorza closed 3 years ago

taylorza commented 3 years ago

Fix for the ZX render_sprite routine. When calculating the rest of the bits to carry over to the next byte the calculation was done using 7 rather than 8. This caused the sprites to have small artifacts as they move horizontally.

sehugg commented 3 years ago

Thanks for the patch! Must have been leftover from the Apple ][ port :)