Type Definition spectrusty::memory::Memory64k

source ·
pub type Memory64k = SinglePageMemory<0x10000, 0>;
Expand description

A single page memory type with 64kb RAM.

The first 16kb of RAM will be also available as ROM, however the implementation doesn’t prevent writes to the ROM area.