AgonConsole8 / agon-vdp

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

decompresss into actual destination buffer #212

Closed stevesims closed 7 months ago

stevesims commented 7 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