AgonConsole8 / agon-vdp

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

fix: update palette LUT in paletted modes #249

Closed stevesims closed 3 months ago

stevesims commented 3 months ago

fixes an issue whereby the RGB2222 to palette lookup table wasn’t being updated when the palette was changed, which would mean that bitmaps would not be drawn using correct colours

Fixes #248