AgonConsole8 / agon-vdp

Official Firmware for the Agon Console8: ESP32 VDP
MIT License
38 stars 17 forks source link

Sprite re-use bug #152

Closed stevesims closed 7 months ago

stevesims commented 7 months ago

On re-using a sprite, the first plot of that sprite appears to erase a "background" area at the previous location of that sprite. This will be an empty/black rectangle "background" bitmap.

Performing a "sprites reset" using VDU 23, 27, 17 makes no difference.

(This is likely a bug in the underlying sprite implementation in vdl-gl)

stevesims commented 7 months ago

I believe this is now fixed with the changes going in to #148