AgonConsole8 / agon-vdp

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

valueSize in reverseValues function changed from 8 bits to 16 bits #115

Closed movievertigo closed 10 months ago

movievertigo commented 10 months ago

VDUStreamProcessor::bufferReverse passes in a word when it calls this function, so valueSize should be 16 bits. This will enable vertical flipping of bitmaps wider than 255 pixels.