svofski / vector06cc

Вектор-06ц в ПЛИС / Vector-06c in FPGA
http://svofski.github.io/vector06cc/
Other
30 stars 6 forks source link

keyboard: implement блк+ввод & пс #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The only way to press БЛК+ВВОД now is by hitting KEY0 on the dev board, 
which is slightly different fromt he original where the computer could be 
reset into ROM bootloader from the keyboard. 

F11 is a suitable key for that.

Original issue reported on code.google.com by svof...@gmail.com on 18 Dec 2007 at 9:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Rev.68

F11 = БЛК+ВВОД
F12 = БЛК+СБР
ScrollLock = bus hold toggle, just for a case

see new module specialkeys.v that handles these keys.

F-combinations in bootloader also work, e.g. F1+F11 resets but doesn't load 
from ramdisk.

Original comment by svof...@gmail.com on 19 Dec 2007 at 10:21