AgonConsole8 / agon-vdp

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

Copy and consolidate #146

Closed movievertigo closed 7 months ago

movievertigo commented 7 months ago

A new command that combines copy and consolidate into one. The main advantage from a speed point of view is that it can reuse the buffer if it is the same size as the incoming data, so it doesn't need to remove and recreate it and can copy the source blocks directly in.

stevesims commented 7 months ago

I just pushed up a commit that just changes spaces to tabs... just cos I'm a bit OCD like that :grin:

there's no functionality change. all looks good. I'm just tidying up in prep for merging in.

I didn't actually mean to push to your repo @movievertigo - and when I saw my git tool was doing that I expected it to fail 😆