Type Definition spectrusty::memory::Memory16kEx

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

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

Trait Implementations§