1.1 --- a/src/state.h Wed Dec 01 22:15:41 2010 +0000 1.2 +++ b/src/state.h Wed Dec 01 22:34:15 2010 +0000 1.3 @@ -24,6 +24,9 @@ 1.4 // Video RAM 1.5 uint8_t vram[0x8000]; ///< Video RAM 1.6 1.7 + // Map RAM 1.8 + uint8_t map[0x800]; ///< Map RAM 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.