Type Definition spectrusty::memory::Memory128kPlus

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

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

Trait Implementations§