Type Definition spectrusty_core::memory::ExRom

source ·
pub type ExRom = Rc<[u8]>;
Expand description

Represents an external ROM as a shared pointer to a slice of bytes.