AgonConsole8 / agon-vdp

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

fix plot code 0x18, and boost speed #181

Closed stevesims closed 5 months ago

stevesims commented 5 months ago

plot code 0x18 should be omitting the last point from a line, rather than the first. this bug was caused by Acorn’s GXR reference card incorrectly describing the PLOT code. doh!

also ensure that vdu_plot is always in IRAM - which when running the triangle test gives us a boost of 7%