1.1 diff -r 4d59e4ceef52 -r f928be115194 src/state.h 1.2 --- a/src/state.h Fri Dec 03 00:04:01 2010 +0000 1.3 +++ b/src/state.h Fri Dec 03 00:12:53 2010 +0000 1.4 @@ -36,6 +36,8 @@ 1.5 /// GENCON.ROMLMAP -- false ORs the address with 0x800000, forcing the 1.6 /// 68010 to access ROM instead of RAM when booting. TRM page 2-36. 1.7 bool romlmap; 1.8 + /// GENCON.PIE -- Parity Error Check Enable 1.9 + bool pie; 1.10 } S_state; 1.11 1.12 // Global emulator state. Yes, I know global variables are evil, please don't