AgonConsole8 / agon-vdp

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

add command to allow control keys to be disabled #153

Closed stevesims closed 7 months ago

stevesims commented 7 months ago

and re-enabled again :D

VDU 23,0 &98,n sets whether control keys are functional, where 0 = off and 1 = on (default)

Fixes #145