AgonConsole8 / agon-vdp

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

decompresss into actual destination buffer #212

Closed stevesims closed 3 months ago

stevesims commented 3 months ago

changes the bufferDecompress function, and the supporting local_write_decompressed_byte to work with a pre-allocated buffer of the complete original size of data, as derived from the compression header

also includes overrun protection for decompression