Type Definition spectrusty::memory::Memory128k

source ·
pub type Memory128k = MemPageableRomRamExRom<{ _ }, MEM16K_SIZE, { _ }>;
Expand description

An EX-ROM attachable, paged (16k) memory type with 128kb RAM and 32kb ROM.

Trait Implementations§