From dbeaa2a56b122d175202721ba8efd8cea3a6212e Mon Sep 17 00:00:00 2001 From: Akamaki <97360908+akmed772@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:38:24 +0900 Subject: [PATCH] minor update in comparison table --- src/device/keyboard_at.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index b78fbd653..5c66029ad 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -1648,14 +1648,14 @@ static const scancode scancode_set3[512] = { Currently, scancode set 81h and 82h are not implemented yet. Also, the key layout is designed to match with the Japanese keyboard. - [Japanese DOS and keyboard scancode set] - | | K3.3 | J4.0 | J5.0 | J4.0/V | J5.0/V | OS/2 J1.3 | PC DOS 5 | + [Japanese DOS and keyboard scancode set comparison] + | | K3.3 | J4.0 | J5.0 | J4.0/V | J5.0/V | OS/2 J1.3 | DOS 5(US)| |---------------------------|:----:|:----:|:----:|:------:|:------:|:---------:|:--------:| | IBM 101-key | n/a | n/a | n/a | n/a | 2 | n/a | 2 | - | IBM-J 5576-00x (obsolete) | 8A | 8A | 8A | 82 | 82 | 82 | 2 | - | OADG (modern JA standard) | n/a | n/a | n/a | 2 | 2 | 2 | 2 | */ + | IBM-J 5576-00x (obsolete) | 8Ah | 8Ah | 8Ah | 82h | 82h | 82h | 2 | + | OADG (modern Japanese) | n/a | n/a | n/a | 2 | 2 | 2 | 2 | */ -/* Scancode set 8Ah : 5556 keyboard compatible scancode set used by J-DOS */ +/* Scancode set 8Ah : IBM 5556 keyboard compatible scancode set used by J-DOS */ static scancode scancode_set8a[512] = { // clang-format off