From 9b6490656084cbd0b32fabd89bfa35253bd343a3 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Mon, 2 Jun 2003 21:05:18 +0000 Subject: [PATCH] Add definition of parity table Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1032 --- include/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cpu.h b/include/cpu.h index 4b55a912..5dbfe745 100644 --- a/include/cpu.h +++ b/include/cpu.h @@ -68,6 +68,7 @@ enum { t_LASTFLAG }; +extern bool parity_lookup[256]; void CPU_LLDT(Bitu selector); void CPU_LTR(Bitu selector);