1
0
Fork 0

Add definition of parity table

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1032
This commit is contained in:
Sjoerd van der Berg 2003-06-02 21:05:18 +00:00
parent a6c8016499
commit 9b64906560

View file

@ -68,6 +68,7 @@ enum {
t_LASTFLAG
};
extern bool parity_lookup[256];
void CPU_LLDT(Bitu selector);
void CPU_LTR(Bitu selector);