[][src]Type Definition spectrusty::memory::Memory128k

type Memory128k = MemPageableRomRamExRom<[u8; 163840]>;

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

Trait Implementations