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