File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Registers
9
9
=============== =============
10
10
Register Address
11
11
=============== =============
12
- KEYBOARD_STATUS BASE_IO + 24
13
- KEYBOARD_DATA BASE_IO + 28
12
+ KEYBOARD_DATA BASE_IO + 24
13
+ KEYBOARD_STATUS BASE_IO + 28
14
14
=============== =============
15
15
16
16
KEYBOARD_STATUS
21
21
===== ============================
22
22
Field Description
23
23
===== ============================
24
- [28] Key available?
24
+ [0] Key available?
25
25
===== ============================
26
26
27
27
Write: -
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Registers
9
9
=============== =============
10
10
Register Address
11
11
=============== =============
12
- MOUSE_STATUS BASE_IO + 40
13
- MOUSE_DATA BASE_IO + 44
12
+ MOUSE_DATA BASE_IO + 48
13
+ MOUSE_STATUS BASE_IO + 52
14
14
=============== =============
15
15
16
16
MOUSE_STATUS
21
21
===== ============================
22
22
Field Description
23
23
===== ============================
24
- [28 ] Mouse event available?
24
+ [0 ] Mouse event available?
25
25
===== ============================
26
26
27
27
Write: -
You can’t perform that action at this time.
0 commit comments