dbuchwald / 6502

DB6502: 65C02 based computer inspired by BE6502
MIT License
145 stars 30 forks source link

Add support for capslock key in keyboard controller #38

Open dbuchwald opened 4 years ago

dbuchwald commented 4 years ago

Currently it simply doesn't work - keypress is registered, but apparently it requires command to be sent back to keyboard to enable. Not that it's high priority defect, but should be fixed.