AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

Add support to select more keyboard layouts. #33

Closed GaiusJocundus closed 5 months ago

GaiusJocundus commented 9 months ago

This change will allow us to select up to 18 layouts supported by vdp-gl. To include a new dvorak layout: https://github.com/avalonbits/vdp-gl/pull/34

GaiusJocundus commented 9 months ago

This change is tested and working on Agon Light 2 and Agon Light Origins.

GaiusJocundus commented 9 months ago

Upstream, vdp-gl change that this relies on has been merged: https://github.com/avalonbits/vdp-gl/pull/34

stevesims commented 5 months ago

support for new keyboard formats were added in #43 this included "help" text for the new formats that are now supported, plus the removal of checks in MOS for the keyboard number. instead the number is passed to the VDP to decide whether or not it supports that keyboard format number. that way the tying of keyboard format support between MOS and VDP is removed