1.1 diff -r 4fea89e86c5e -r a44afcf2354c src/state.h 1.2 --- a/src/state.h Thu Dec 02 16:37:55 2010 +0000 1.3 +++ b/src/state.h Thu Dec 02 17:01:34 2010 +0000 1.4 @@ -27,6 +27,9 @@ 1.5 // Map RAM 1.6 uint8_t map[0x800]; ///< Map RAM 1.7 1.8 + // General Status Register 1.9 + uint16_t genstat; 1.10 + 1.11 // GENERAL CONTROL REGISTER 1.12 /// GENCON.ROMLMAP -- false ORs the address with 0x800000, forcing the 1.13 /// 68010 to access ROM instead of RAM when booting. TRM page 2-36.