Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sakman55 authored Jul 9, 2024
1 parent c56ced2 commit cb962b0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,16 +415,16 @@ gromsize
grommap
Map corresponding bits
GROM# BITMAP HEX DEC
3 = 0000 1000 = 08 = 8
4 = 0001 0000 = 10 = 16
5 = 0010 0000 = 20 = 32
3 = 0000 1000 = 08 = 008
4 = 0001 0000 = 10 = 016
5 = 0010 0000 = 20 = 032
7 = 1000 0000 = 80 = 128
34 = 0001 1000 = 18 = 24
35 = 0010 1000 = 28 = 40
45 = 0011 0000 = 30 = 48
56 = 0110 0000 = 60 = 96
34 = 0001 1000 = 18 = 024
35 = 0010 1000 = 28 = 040
45 = 0011 0000 = 30 = 048
56 = 0110 0000 = 60 = 096
67 = 1100 0000 = C0 = 192
345 = 0011 1000 = 38 = 56
345 = 0011 1000 = 38 = 056
356 = 0110 1000 = 68 = 104
456 = 0111 0000 = 70 = 112
3456 = 0111 1000 = 78 = 120
Expand Down

0 comments on commit cb962b0

Please sign in to comment.