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