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