parity table changed to bit16u
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1401
This commit is contained in:
parent
e23bab62ff
commit
43f7ba3ed9
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ again:
|
|||
return false;
|
||||
}
|
||||
|
||||
bool parity_lookup[256] = {
|
||||
Bit16u parity_lookup[256] = {
|
||||
1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
|
||||
0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
|
||||
0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue