1.1 --- a/src/state.h Tue Dec 28 16:59:40 2010 +0000 1.2 +++ b/src/state.h Tue Dec 28 17:23:04 2010 +0000 1.3 @@ -29,8 +29,8 @@ 1.4 uint8_t rom[ROM_SIZE]; ///< Boot PROM data buffer 1.5 1.6 //// Main system RAM 1.7 - uint8_t *ram; ///< RAM data buffer 1.8 - size_t ram_size; ///< Size of RAM buffer in bytes 1.9 + uint8_t *base_ram; ///< Base RAM data buffer 1.10 + size_t base_ram_size; ///< Size of Base RAM buffer in bytes 1.11 1.12 /// Video RAM 1.13 uint8_t vram[0x8000];