1
0
Fork 0

parity table changed to bit16u

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1401
This commit is contained in:
Sjoerd van der Berg 2003-11-05 19:43:02 +00:00
parent e23bab62ff
commit 43f7ba3ed9

View file

@ -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,