skiselev / 8088_bios

BIOS for Intel 8088 based computers
GNU General Public License v3.0
515 stars 61 forks source link

code for alt_a and alt_q is same #22

Closed alexdindikov closed 1 year ago

alexdindikov commented 1 year ago

code for alt_a and alt_q is same here https://github.com/skiselev/8088_bios/blob/master/scancode.inc

alexdindikov commented 1 year ago

https://www.fountainware.com/EXPL/bios_key_codes.htm

Alt_a $1E $00- right Alt_q - $1E $00 wrong must be $10 $00

skiselev commented 1 year ago

Thank you for submitting this bug report!

I went through the entire scancode translation table, and found a couple more issues:

In addition, I went through all possible combinations (no modifier/Shift/Ctrl/Alt) on an older AMI BIOS based motherboard, and compared that with 8088 BIOS, and with the table in your comment (that table has a few issues too).

Hope it is all fixed now :)

skiselev commented 1 year ago

Fixed here: https://github.com/skiselev/8088_bios/commit/6f12b96537f6aa2629cfd43b9fd38db30d4d87be