AgonConsole8 / agon-vdp

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

Use references for more buffer command code #141

Closed stevesims closed 7 months ago

stevesims commented 8 months ago

Building on #139 by @movievertigo

Buffered copy ref command renumbered to 0x19 (as it may as well just be contiguously numbered with the current commands)

Most loops for buffered commands now use refs, which should prevent unnecessary copying of wrapper objects and structures, and in turn improve performance.