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

type Memory128kPlus = MemPageableRomRamExRom<[u8; 196608]>;

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

Trait Implementations