AgonConsole8 / agon-vdp

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

Fill in cursorBehaviour implementation #138

Closed stevesims closed 5 months ago

stevesims commented 8 months ago

We have the beginnings of support for setting cursor behaviour via VDU 23, 16 - we store a cursorBehaviour byte, however the implementation of support for these behaviour flags is very limited.

We should expand support as much as practical.

Ideally behaviour should match Acorns.

For better descriptions on the functions of the various bits see: http://www.riscos.com/support/developers/prm/vdu.html#84757

stevesims commented 5 months ago

this is implemented in #179

stevesims commented 5 months ago

released in 2.7.0