Add definition of parity table
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1032
This commit is contained in:
parent
a6c8016499
commit
9b64906560
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ enum {
|
|||
t_LASTFLAG
|
||||
};
|
||||
|
||||
extern bool parity_lookup[256];
|
||||
|
||||
void CPU_LLDT(Bitu selector);
|
||||
void CPU_LTR(Bitu selector);
|
||||
|
|
Loading…
Add table
Reference in a new issue